OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mContactsDictionary
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java
50
private Dictionary
mContactsDictionary
;
109
mContactsDictionary
= userDictionary;
189
if (mUserDictionary != null ||
mContactsDictionary
!= null) {
193
if (
mContactsDictionary
!= null) {
194
mContactsDictionary
.getWords(wordComposer, this, mNextLettersFrequencies);
352
|| (
mContactsDictionary
!= null &&
mContactsDictionary
.isValidWord(word));
LatinIME.java
160
private ContactsDictionary
mContactsDictionary
;
331
if (
mContactsDictionary
== null) {
332
mContactsDictionary
= new ContactsDictionary(this);
339
mSuggest.setContactsDictionary(
mContactsDictionary
);
352
mContactsDictionary
.close();
[
all
...]
Completed in 148 milliseconds