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

/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk26 Configs := Debug Release Profile
45 CFLAGS.Profile := $(CFLAGS) -pg -g
/frameworks/base/core/java/android/provider/
H A DContactsContract.java219 * Uri profileUri = ContactsContract.Profile.CONTENT_VCARD_URI;
703 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
2057 public static final class Profile implements BaseColumns, ContactsColumns, class in class:ContactsContract
2062 private Profile() { method in class:ContactsContract.Profile
2113 return id >= Profile.MIN_ID;
4518 Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
4932 Uri.withAppendedPath(Profile.CONTENT_URI, "status_updates");

Completed in 319 milliseconds