Home
last modified time | relevance | path

Searched refs:lookupKey (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_ContactsTest.java105 String lookupKey = contact.getString(Contacts.LOOKUP_KEY); in testLookupUri() local
107 Uri lookupUri = Contacts.getLookupUri(contactId, lookupKey); in testLookupUri()
109 lookupKey), contactId), lookupUri); in testLookupUri()
346 final String lookupKey = contact.getString(Contacts.LOOKUP_KEY); in testProjection() local
409 Contacts.getLookupUri(contactId, lookupKey), in testProjection()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java1175 String lookupKey = c.getString(lookupIdx); in lookupContact() local
1177 return ContactsContract.Contacts.getLookupUri(contactId, lookupKey); in lookupContact()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java955 final String lookupKey = in showQuickContactInternal() local
958 final Uri lookupUri = Contacts.getLookupUri(contactId, lookupKey); in showQuickContactInternal()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java405 String lookupKey = c.getString(lookupIdx); in lookupContact() local
407 return ContactsContract.Contacts.getLookupUri(contactId, lookupKey); in lookupContact()