OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionBatch
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
UpdateHandler.java
491
final
ActionBatch
actions = new
ActionBatch
();
492
actions.add(new
ActionBatch
.InstallAfterDownloadAction(clientId,
604
final
ActionBatch
actions = computeUpgradeTo(context, clientId, newMetadata);
[
all
...]
ActionBatch.java
77
public final class
ActionBatch
{
588
public
ActionBatch
() {
600
public void append(final
ActionBatch
that) {
DictionaryProvider.java
510
new
ActionBatch
.MarkPreInstalledAction(clientId, newDictionaryMetadata)
Completed in 172 milliseconds