OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLookupIndex
(Results
1 - 2
of
2
) sorted by null
/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 39 milliseconds