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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java 60 | .---------------' StartDeleteAction
66 It may also be possible that DisableAction or StartDeleteAction or
500 public static final class StartDeleteAction implements Action {
501 static final String TAG = "DictionaryProvider:" + StartDeleteAction.class.getSimpleName();
505 public StartDeleteAction(final String clientId, final WordListMetadata wordlist) {
514 Log.e(TAG, "StartDeleteAction with a null word list!");
UpdateHandler.java     [all...]

Completed in 207 milliseconds