Searched defs:Profile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java217 * Uri profileUri = ContactsContract.Profile.CONTENT_VCARD_URI;
651 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
1656 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID);
2101 public static final class Profile implements BaseColumns, ContactsColumns, class in class:ContactsContract
2106 private Profile() { method in class:ContactsContract.Profile
2157 return id >= Profile.MIN_ID;
4867 Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
5326 Uri.withAppendedPath(Profile.CONTENT_URI, "status_updates");

Completed in 73 milliseconds