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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java240 * Uri profileUri = ContactsContract.Profile.CONTENT_VCARD_URI;
761 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
1793 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID);
2238 public static final class Profile implements BaseColumns, ContactsColumns, class in class:ContactsContract
2243 private Profile() { method in class:ContactsContract.Profile
2294 return id >= Profile.MIN_ID;
5060 Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
5546 Uri.withAppendedPath(Profile.CONTENT_URI, "status_updates");

Completed in 46 milliseconds