Home
last modified time | relevance | path

Searched refs:PROJECTION_ID_ONLY (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsDictionaryConstants.java31 public static final String[] PROJECTION_ID_ONLY = { BaseColumns._ID }; field in ContactsDictionaryConstants
DContactsManager.java202 ContactsDictionaryConstants.PROJECTION_ID_ONLY, null, null, null); in getContactCount()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DContactsManagerTest.java122 ContactsDictionaryConstants.PROJECTION_ID_ONLY, null, null, null); in testComputeAffinity()