Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
aapt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Android-smartphones
interesting_things
interesting-peoples
osm0sis
aapt
Commits
d1a5a463
Commit
d1a5a463
authored
10 years ago
by
Nancy Chen
Committed by
Android (Google) Code Review
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add field for sub_id in call log for sprout database." into lmp-dev
parents
d3458a9c
3a780921
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/java/android/provider/CallLog.java
+9
-0
9 additions, 0 deletions
core/java/android/provider/CallLog.java
with
9 additions
and
0 deletions
core/java/android/provider/CallLog.java
+
9
−
0
View file @
d1a5a463
...
...
@@ -349,6 +349,15 @@ public class CallLog {
*/
public
static
final
String
PHONE_ACCOUNT_ID
=
"subscription_id"
;
/**
* The identifier of a account that is unique to a specified component. Equivalent value
* to {@link #PHONE_ACCOUNT_ID}. For ContactsProvider internal use only.
* <P>Type: INTEGER</P>
*
* @hide
*/
public
static
final
String
SUB_ID
=
"sub_id"
;
/**
* If a successful call is made that is longer than this duration, update the phone number
* in the ContactsProvider with the normalized version of the number, based on the user's
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment