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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java218 * Uri profileUri = ContactsContract.Profile.CONTENT_VCARD_URI;
730 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
1743 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID);
2189 public static final class Profile implements BaseColumns, ContactsColumns, class in class:ContactsContract
2194 private Profile() { method in class:ContactsContract.Profile
2245 return id >= Profile.MIN_ID;
4960 Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
5446 Uri.withAppendedPath(Profile.CONTENT_URI, "status_updates");

Completed in 463 milliseconds