HomeSort by relevance Sort by last modified time
    Searched refs:EnableAction (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 57 STATUS_DOWNLOADING EnableAction-- STATUS_DELETING
63 STATUS_INSTALLED <--EnableAction-- STATUS_DISABLED
205 public static final class EnableAction implements Action {
206 static final String TAG = "DictionaryProvider:" + EnableAction.class.getSimpleName();
211 public EnableAction(final String clientId, final WordListMetadata wordList) {
212 DebugLogUtils.l("New EnableAction for client ", clientId, " : ", wordList);
220 Log.e(TAG, "EnableAction with a null parameter!");
UpdateHandler.java     [all...]

Completed in 1148 milliseconds