OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContactsDictionaryConstants
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionaryConstants.java
25
public class
ContactsDictionaryConstants
{
ContactsManager.java
61
ContactsDictionaryConstants
.NAME_INDEX);
63
ContactsDictionaryConstants
.TIMES_CONTACTED_INDEX);
65
ContactsDictionaryConstants
.LAST_TIME_CONTACTED_INDEX);
67
ContactsDictionaryConstants
.IN_VISIBLE_GROUP_INDEX) == 1;
157
ContactsDictionaryConstants
.PROJECTION, null, null, null);
165
ContactsDictionaryConstants
.NAME_INDEX);
168
ContactsDictionaryConstants
.TIMES_CONTACTED_INDEX);
202
ContactsDictionaryConstants
.PROJECTION_ID_ONLY, null, null, null);
ContactsBinaryDictionary.java
103
addUnigramLocked(word,
ContactsDictionaryConstants
.FREQUENCY_FOR_CONTACTS,
155
ContactsDictionaryConstants
.FREQUENCY_FOR_CONTACTS, false /* isNotAWord */,
162
ContactsDictionaryConstants
.FREQUENCY_FOR_CONTACTS_BIGRAM,
ContactsContentObserver.java
109
if (contactCount >
ContactsDictionaryConstants
.MAX_CONTACTS_PROVIDER_QUERY_LIMIT) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ContactsManagerTest.java
32
import com.android.inputmethod.latin.
ContactsDictionaryConstants
;
57
mMatrixCursor = new MatrixCursor(
ContactsDictionaryConstants
.PROJECTION);
112
ContactsDictionaryConstants
.PROJECTION_ID_ONLY, null, null, null);
Completed in 52 milliseconds