Searched defs:DictionaryPool (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DDictionaryPool.java39 public final class DictionaryPool extends LinkedBlockingQueue<DictAndKeyboard> { class in inherits:LinkedBlockingQueue
40 private final static String TAG = DictionaryPool.class.getSimpleName();
71 public DictionaryPool(final int maxSize, final AndroidSpellCheckerService service, method in class:DictionaryPool

Completed in 53 milliseconds