Home
last modified time | relevance | path

Searched refs:lookupIdx (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java1173 int lookupIdx = c.getColumnIndex(ContactsContract.Contacts.LOOKUP_KEY); in lookupContact() local
1175 String lookupKey = c.getString(lookupIdx); in lookupContact()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java403 int lookupIdx = c.getColumnIndex(ContactsContract.Contacts.LOOKUP_KEY); in lookupContact() local
405 String lookupKey = c.getString(lookupIdx); in lookupContact()