OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLookupIndex
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberTileAdapter.java
42
mLookupIndex
= GroupMemberLoader.GroupDetailQuery.CONTACT_LOOKUP_KEY;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java
64
protected int
mLookupIndex
;
155
mLookupIndex
= ContactTileLoaderFactory.LOOKUP_KEY;
252
String lookupKey = cursor.getString(
mLookupIndex
);
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java
102
protected int
mLookupIndex
;
197
mLookupIndex
= ContactTileLoaderFactory.LOOKUP_KEY;
289
final String lookupKey = cursor.getString(
mLookupIndex
);
[
all
...]
Completed in 206 milliseconds