OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DICTIONARY_NAME_KEY
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryDumpBroadcastReceiver.java
29
public static final String
DICTIONARY_NAME_KEY
= "dictName";
41
final String dictName = intent.getStringExtra(
DICTIONARY_NAME_KEY
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DebugSettingsFragment.java
111
intent.putExtra(DictionaryDumpBroadcastReceiver.
DICTIONARY_NAME_KEY
, dictName);
Completed in 269 milliseconds