Searched refs:ActionBatch (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DUpdateHandler.java491 final ActionBatch actions = new ActionBatch();
492 actions.add(new ActionBatch.InstallAfterDownloadAction(clientId,
604 final ActionBatch actions = computeUpgradeTo(context, clientId, newMetadata);
737 * each of them on the id. It creates an ActionBatch object that can be .execute()'d to perform
746 private static ActionBatch compareMetadataForUpgrade(final Context context,
749 final ActionBatch actions = new ActionBatch();
785 actions.add(new ActionBatch.MakeAvailableAction(clientId, newInfo));
793 actions.add(new ActionBatch
[all...]
H A DActionBatch.java77 public final class ActionBatch { class
588 public ActionBatch() { method in class:ActionBatch
600 public void append(final ActionBatch that) {
H A DDictionaryProvider.java510 new ActionBatch.MarkPreInstalledAction(clientId, newDictionaryMetadata)

Completed in 842 milliseconds