Searched defs:LOOKUP_KEY (Results 1 - 1 of 1) sorted by relevance

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
H A DContactsListFragment.java278 cursor.getString(ContactsQuery.LOOKUP_KEY));
773 cursor.getString(ContactsQuery.LOOKUP_KEY));
907 // a contact's current _ID value and LOOKUP_KEY, the Contacts Provider can generate
909 Contacts.LOOKUP_KEY,
930 final static int LOOKUP_KEY = 1; field in interface:ContactsListFragment.ContactsQuery

Completed in 442 milliseconds