Home
last modified time | relevance | path

Searched refs:DATE_CHANGED_INTENT_ACTION (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java68 private static final String DATE_CHANGED_INTENT_ACTION = field in DictionaryService
196 if (DATE_CHANGED_INTENT_ACTION.equals(action)) { in dispatchBroadcast()