Home
last modified time | relevance | path

Searched refs:lookupKey (Results 1 – 3 of 3) 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()
360 final String lookupKey = contact.getString(Contacts.LOOKUP_KEY); in testProjection() local
423 Contacts.getLookupUri(contactId, lookupKey), in testProjection()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java1072 final String lookupKey = in showQuickContactInternal() local
1075 final Uri lookupUri = Contacts.getLookupUri(contactId, lookupKey); in showQuickContactInternal()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerZenTest.java532 String lookupKey = c.getString(lookupIdx); in lookupContact() local
534 return ContactsContract.Contacts.getLookupUri(contactId, lookupKey); in lookupContact()