Searched refs:Profile (Results 1 – 15 of 15) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | GLRootView.java | 34 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/ |
D | ProfileDatabaseHelper.java | 24 import android.provider.ContactsContract.Profile; 71 values.put(SEQUENCE_SEQ, Profile.MIN_ID); in initializeAutoIncrementSequences()
|
D | ContactsProvider2.java | 138 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/ |
D | ProfileAndContactsLoader.java | 26 import android.provider.ContactsContract.Profile; 74 Cursor cursor = getContext().getContentResolver().query(Profile.CONTENT_URI, mProjection,
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | NfcHandler.java | 29 import android.provider.ContactsContract.Profile; 74 shareUri = Profile.CONTENT_VCARD_URI.buildUpon(). in createNdefMessage()
|
D | ContactSaveService.java | 52 import android.provider.ContactsContract.Profile; 380 Cursor c = resolver.query(Profile.CONTENT_URI, in saveContact()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountSetupNames.java | 26 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/ |
D | EntityDelta.java | 36 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/ |
D | Contact.java | 28 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/ |
D | Profile.java | 34 public class Profile { class
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/util/ |
D | ProfileTest.java | 19 import com.android.gallery3d.util.Profile;
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | P2pLinkManager.java | 45 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/ |
D | ContactsProvider2Test.java | 65 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/ |
D | AutofillHandler.java | 141 final Uri profileUri = Uri.withAppendedPath(ContactsContract.Profile.CONTENT_URI, in run()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | MessageListItem.java | 39 import android.provider.ContactsContract.Profile; 276 mAvatar.assignContactUri(Profile.CONTENT_URI); in updateAvatarView()
|