Home
last modified time | relevance | path

Searched refs:Profile (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLRootView.java34 import com.android.gallery3d.util.Profile;
287 Profile.enable(20); // take a sample every 20ms in onSurfaceChanged()
313 Profile.hold(); in onDrawFrame()
351 Profile.commit(); in onDrawFrame()
353 Profile.drop(); in onDrawFrame()
497 Profile.disableAll(); in onPause()
498 Profile.dumpToFile("/sdcard/gallery.prof"); in onPause()
499 Profile.reset(); in onPause()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileDatabaseHelper.java24 import android.provider.ContactsContract.Profile;
71 values.put(SEQUENCE_SEQ, Profile.MIN_ID); in initializeAutoIncrementSequences()
DContactsProvider2.java138 import android.provider.ContactsContract.Profile;
2824 ? Uri.withAppendedPath(Profile.CONTENT_URI, RawContacts.Data.CONTENT_DIRECTORY) in deleteData()
/packages/apps/Contacts/src/com/android/contacts/list/
DProfileAndContactsLoader.java26 import android.provider.ContactsContract.Profile;
74 Cursor cursor = getContext().getContentResolver().query(Profile.CONTENT_URI, mProjection,
/packages/apps/Contacts/src/com/android/contacts/
DNfcHandler.java29 import android.provider.ContactsContract.Profile;
74 shareUri = Profile.CONTENT_VCARD_URI.buildUpon(). in createNdefMessage()
DContactSaveService.java52 import android.provider.ContactsContract.Profile;
380 Cursor c = resolver.query(Profile.CONTENT_URI, in saveContact()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupNames.java26 import android.provider.ContactsContract.Profile;
54 private static final Uri PROFILE_URI = Profile.CONTENT_URI;
139 String[] projection = new String[] { Profile.DISPLAY_NAME }; in prefillNameFromProfile()
/packages/apps/Contacts/src/com/android/contacts/model/
DEntityDelta.java36 import android.provider.ContactsContract.Profile;
438 if (mContactsQueryUri.equals(Profile.CONTENT_RAW_CONTACTS_URI)) { in buildDiff()
439 builder = child.buildDiff(Uri.withAppendedPath(Profile.CONTENT_URI, in buildDiff()
525 mContactsQueryUri = Profile.CONTENT_RAW_CONTACTS_URI; in setProfileQueryUri()
/packages/apps/Mms/src/com/android/mms/data/
DContact.java28 import android.provider.ContactsContract.Profile;
885 Profile.CONTENT_URI, SELF_PROJECTION, null, null, null); in getContactInfoForSelf()
888 + " contact uri used " + Profile.CONTENT_URI); in getContactInfoForSelf()
965 Profile.CONTENT_URI : in loadAvatarData()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfile.java34 public class Profile { class
/packages/apps/Gallery2/tests/src/com/android/gallery3d/util/
DProfileTest.java19 import com.android.gallery3d.util.Profile;
/packages/apps/Nfc/src/com/android/nfc/
DP2pLinkManager.java45 import android.provider.ContactsContract.Profile;
152 static final Uri PROFILE_URI = Profile.CONTENT_VCARD_URI.buildUpon().
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java65 import android.provider.ContactsContract.Profile;
2200 Profile.CONTENT_URI, null, null, null, Contacts._ID); in testQueryProfileRequiresReadPermission()
2205 Profile.CONTENT_URI.buildUpon().appendPath("data").build(), in testQueryProfileRequiresReadPermission()
2211 Profile.CONTENT_URI.buildUpon() in testQueryProfileRequiresReadPermission()
2248 Profile.CONTENT_RAW_CONTACTS_URI, null, null, null, null); in testQueryProfileRawContactRequiresReadPermission()
2254 Profile.CONTENT_RAW_CONTACTS_URI, profileRawContactId).buildUpon() in testQueryProfileRawContactRequiresReadPermission()
2261 Profile.CONTENT_RAW_CONTACTS_URI, profileRawContactId).buildUpon() in testQueryProfileRawContactRequiresReadPermission()
2267 Cursor c = mResolver.query(Profile.CONTENT_URI.buildUpon().appendPath("data").build(), in testQueryProfileDataByDataIdRequiresReadPermission()
2289 Profile.CONTENT_URI.buildUpon().appendPath("data").build(), in testQueryProfileDataRequiresReadPermission()
2352 assertStoredValues(Profile.CONTENT_URI, profileValues); in testQueryContactThenProfile()
[all …]
/packages/apps/Browser/src/com/android/browser/
DAutofillHandler.java141 final Uri profileUri = Uri.withAppendedPath(ContactsContract.Profile.CONTENT_URI, in run()
/packages/apps/Mms/src/com/android/mms/ui/
DMessageListItem.java39 import android.provider.ContactsContract.Profile;
276 mAvatar.assignContactUri(Profile.CONTENT_URI); in updateAvatarView()