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
487
final
ActionBatch
actions = new
ActionBatch
();
488
actions.add(new
ActionBatch
.InstallAfterDownloadAction(clientId,
598
final
ActionBatch
actions = computeUpgradeTo(context, clientId, newMetadata);
[
all
...]
ActionBatch.java
76
public final class
ActionBatch
{
601
public
ActionBatch
() {
613
public void append(final
ActionBatch
that) {
DictionaryProvider.java
517
new
ActionBatch
.MarkPreInstalledAction(clientId, newDictionaryMetadata)
Completed in 44 milliseconds