Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0ab37c2 authored by Ying Wang's avatar Ying Wang
Browse files

Update current System API file.

The file was generated by "make update-api".
The concerned API change has actually be submitted in commit
9ffad071, which didn't include the
system API update, for presumably an out-of-date build project.

Bug: 18777272
Change-Id: I32e0903afc492b61f36d29ec88e728780158a553
parent 9ca9aace
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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";
  }