OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EnableAction
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ActionBatch.java
57
STATUS_DOWNLOADING
EnableAction
-- STATUS_DELETING
63
STATUS_INSTALLED <--
EnableAction
-- STATUS_DISABLED
228
public static final class
EnableAction
implements Action {
229
static final String TAG = "DictionaryProvider:" +
EnableAction
.class.getSimpleName();
234
public
EnableAction
(final String clientId, final WordListMetadata wordList) {
235
DebugLogUtils.l("New
EnableAction
for client ", clientId, " : ", wordList);
243
Log.e(TAG, "
EnableAction
with a null parameter!");
UpdateHandler.java
[
all
...]
Completed in 70 milliseconds