Searched refs:DictionaryPackConstants (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryPackConstants.java26 public class DictionaryPackConstants { class
H A DDictionaryProvider.java52 Uri.parse(ContentResolver.SCHEME_CONTENT + "://" + DictionaryPackConstants.AUTHORITY);
70 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "list", DICTIONARY_V1_WHOLE_LIST);
71 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "*", DICTIONARY_V1_DICT_INFO);
72 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/metadata",
74 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/list", DICTIONARY_V2_WHOLE_LIST);
75 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/dict/*",
77 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/datafile/*",
H A DDictionarySettingsFragment.java121 new Intent(DictionaryPackConstants.UNKNOWN_DICTIONARY_PROVIDER_CLIENT);
123 DictionaryPackConstants.DICTIONARY_PROVIDER_CLIENT_EXTRA, mClientId);
140 new Intent(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION);
H A DUpdateHandler.java570 new Intent(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryPackInstallBroadcastReceiver.java19 import com.android.inputmethod.dictionarypack.DictionaryPackConstants;
90 if (DictionaryPackConstants.AUTHORITY.equals(info.authority)) {
115 } else if (action.equals(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION)) {
122 } else if (action.equals(DictionaryPackConstants.UNKNOWN_DICTIONARY_PROVIDER_CLIENT)) {
134 intent.getStringExtra(DictionaryPackConstants.DICTIONARY_PROVIDER_CLIENT_EXTRA);
H A DBinaryDictionaryFileDumper.java30 import com.android.inputmethod.dictionarypack.DictionaryPackConstants;
98 .authority(DictionaryPackConstants.AUTHORITY).appendPath(path);
H A DLatinIME.java69 import com.android.inputmethod.dictionarypack.DictionaryPackConstants;
471 newDictFilter.addAction(DictionaryPackConstants.NEW_DICTIONARY_INTENT_ACTION);

Completed in 159 milliseconds