Searched refs:ForgetAction (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DActionBatch.java439 public static final class ForgetAction implements Action { class in class:ActionBatch
440 static final String TAG = "DictionaryProvider:" + ForgetAction.class.getSimpleName();
445 public ForgetAction(final String clientId, final WordListMetadata wordlist, method in class:ActionBatch.ForgetAction
H A DUpdateHandler.java779 // Pass false to ForgetAction: this may be installed and we still want to apply
784 actions.add(new ActionBatch.ForgetAction(clientId, currentInfo, false));
802 // Pass true to ForgetAction: this is indeed an update to a non-installed
807 actions.add(new ActionBatch.ForgetAction(clientId, currentInfo, true));

Completed in 50 milliseconds