diff options
author | Ying Wang <wangying@google.com> | 2015-01-22 21:44:37 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2015-01-22 21:44:37 -0800 |
commit | f0ab37c2b980c496594f496e7b5e12f543485670 (patch) | |
tree | 8819badcf239f0b9888f69107f1bedabac5e418d | |
parent | 9ca9aace3dec926c8cc11a8d7d838ffdb0afed79 (diff) | |
download | frameworks_base-f0ab37c2b980c496594f496e7b5e12f543485670.zip frameworks_base-f0ab37c2b980c496594f496e7b5e12f543485670.tar.gz frameworks_base-f0ab37c2b980c496594f496e7b5e12f543485670.tar.bz2 |
Update current System API file.
The file was generated by "make update-api".
The concerned API change has actually be submitted in commit
9ffad071a9956ba2603475b060f271900a4d2e26, which didn't include the
system API update, for presumably an out-of-date build project.
Bug: 18777272
Change-Id: I32e0903afc492b61f36d29ec88e728780158a553
-rw-r--r-- | api/system-current.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 302fb44..ae733a2 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -26182,6 +26182,14 @@ package android.provider { field public static final java.lang.String CONTENT_DIRECTORY = "suggestions"; } + public static final class ContactsContract.Contacts.AggregationSuggestions.Builder { + ctor public ContactsContract.Contacts.AggregationSuggestions.Builder(); + method public android.provider.ContactsContract.Contacts.AggregationSuggestions.Builder addNameParameter(java.lang.String); + method public android.net.Uri build(); + method public android.provider.ContactsContract.Contacts.AggregationSuggestions.Builder setContactId(long); + method public android.provider.ContactsContract.Contacts.AggregationSuggestions.Builder setLimit(int); + } + public static final class ContactsContract.Contacts.Data implements android.provider.BaseColumns android.provider.ContactsContract.DataColumns { field public static final java.lang.String CONTENT_DIRECTORY = "data"; } |