OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROJECTION_ID_ONLY
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionaryConstants.java
31
public static final String[]
PROJECTION_ID_ONLY
= { BaseColumns._ID };
ContactsManager.java
202
ContactsDictionaryConstants.
PROJECTION_ID_ONLY
, null, null, null);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ContactsManagerTest.java
112
ContactsDictionaryConstants.
PROJECTION_ID_ONLY
, null, null, null);
Completed in 64 milliseconds