Home
last modified time | relevance | path

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

/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/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/tests/app/src/android/app/cts/
DNotificationManagerTest.java406 String lookupKey = c.getString(lookupIdx); in lookupContact() local
408 return ContactsContract.Contacts.getLookupUri(contactId, lookupKey); in lookupContact()