OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DictionaryService
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
EventHandler.java
43
intent.setClass(context,
DictionaryService
.class);
DictionaryService.java
57
public final class
DictionaryService
extends Service {
58
private static final String TAG =
DictionaryService
.class.getSimpleName();
163
final
DictionaryService
self = this;
UpdateHandler.java
244
DictionaryService
.NO_CANCEL_DOWNLOAD_PERIOD_MILLIS)) {
[
all
...]
DictionaryProvider.java
249
DictionaryService
.updateNowIfNotUpdatedInAVeryLongTime(getContext());
Completed in 136 milliseconds