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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DActionBatch.java54 StartDownloadAction FinishDeleteAction
94 public static final class StartDownloadAction implements Action { class in class:ActionBatch
95 static final String TAG = "DictionaryProvider:" + StartDownloadAction.class.getSimpleName();
100 public StartDownloadAction(final String clientId, final WordListMetadata wordList) { method in class:ActionBatch.StartDownloadAction
H A DUpdateHandler.java813 actions.add(new ActionBatch.StartDownloadAction(clientId, newInfo));
948 // already know the answer to the question. We'll enqueue a request ; StartDownloadAction
958 actions.add(new ActionBatch.StartDownloadAction(clientId, metadata));
977 Log.i(TAG, "installIfNeverRequested() : StartDownloadAction for " + metadata);
1012 actions.add(new ActionBatch.StartDownloadAction(clientId, wordListMetaData));
1127 actions.add(new ActionBatch.StartDownloadAction(clientId, wordListMetaData));

Completed in 32 milliseconds