OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MarkPreInstalledAction
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java
346
public static final class
MarkPreInstalledAction
implements Action {
348
+
MarkPreInstalledAction
.class.getSimpleName();
352
public
MarkPreInstalledAction
(final String clientId, final WordListMetadata wordlist) {
361
Log.e(TAG, "
MarkPreInstalledAction
with a null word list!");
DictionaryProvider.java
517
new ActionBatch.
MarkPreInstalledAction
(clientId, newDictionaryMetadata)
Completed in 41 milliseconds