Home
last modified time | relevance | path

Searched refs:CONTENT_LOOKUP_URI (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DContactsQueryHelperTest.java83 ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI, mContactsLookupCursor); in setUp()
97 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQuerySQLiteException_returnsFalse()
105 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryIllegalArgumentException_returnsFalse()
115 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUri()
128 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUriNotStarredNoPhoneNumber()
138 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUriNotFound()
/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java60 } else if (contactUri.startsWith(Contacts.CONTENT_LOOKUP_URI.toString())) { in query()
103 ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI, Uri.encode(email)); in queryWithEmail()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java220 ContactsContract.Contacts.CONTENT_LOOKUP_URI, in testSearchContacts_workContact_queriesWorkContactProvider()
248 ContactsContract.Contacts.CONTENT_LOOKUP_URI, String.valueOf(contactId)); in testSearchContacts_personalContact_queriesPersonalContactProvider()
273 ContactsContract.Contacts.CONTENT_LOOKUP_URI, String.valueOf(contactId)); in testMergePhoneNumbers_noPhoneNumber()
305 ContactsContract.Contacts.CONTENT_LOOKUP_URI, String.valueOf(contactId)); in testMergePhoneNumbers_hasNumber()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java238 Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, Uri.encode(mContactEmail)), in assignContactFromEmail()
312 Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, Uri.encode(mContactEmail)), in onClick()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java567 } else if (handle.startsWith(Contacts.CONTENT_LOOKUP_URI.toString())) { in work()
619 ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI, in resolveEmailContact()
/frameworks/base/core/java/android/provider/
DContactsContract.java1601 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI, field in ContactsContract.Contacts
1707 return ContentUris.withAppendedId(Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, in getLookupUri()
2280 return Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, actualKey); in createCorpLookupUriFromEnterpriseLookupUri()
6517 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI, field in ContactsContract.CommonDataKinds.Email
9262 ? Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, lookupKey) in rebuildManagedQuickContactsIntent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23992 field public static final android.net.Uri CONTENT_LOOKUP_URI;
24279 field public static final android.net.Uri CONTENT_LOOKUP_URI;
/frameworks/base/core/api/
Dcurrent.txt36200 field public static final android.net.Uri CONTENT_LOOKUP_URI;
36493 field public static final android.net.Uri CONTENT_LOOKUP_URI;