Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A 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()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A 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()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A 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()
/aosp14/frameworks/base/core/java/android/widget/
H A 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()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java567 } else if (handle.startsWith(Contacts.CONTENT_LOOKUP_URI.toString())) { in work()
619 ContactsContract.CommonDataKinds.Email.CONTENT_LOOKUP_URI, in resolveEmailContact()
/aosp14/frameworks/base/core/java/android/provider/
H A 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
9254 ? Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, lookupKey) in rebuildManagedQuickContactsIntent()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt36046 field public static final android.net.Uri CONTENT_LOOKUP_URI;
36339 field public static final android.net.Uri CONTENT_LOOKUP_URI;