Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DPersonalDictionaryLookupTest.java36 import com.android.inputmethod.latin.utils.ExecutorUtils;
114 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING); in setUpWord()
125 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING); in setUpShortcut()
293 ExecutorUtils.SPELLING); in testMultipleLocalesMatch()
316 ExecutorUtils.SPELLING); in testCaseMatchingForWordsAndShortcuts()
349 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING); in testManageListeners()
377 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING); in testReload()
417 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING); in testDictionaryStats()
461 new PersonalDictionaryLookup(mContext, ExecutorUtils.SPELLING); in testClose()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsContentObserver.java30 import com.android.inputmethod.latin.utils.ExecutorUtils;
68 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD) in registerObserver()
DExpandableBinaryDictionary.java34 import com.android.inputmethod.latin.utils.ExecutorUtils;
170 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncExecuteTaskWithLock()
DDictionaryFacilitatorImpl.java35 import com.android.inputmethod.latin.utils.ExecutorUtils;
385 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncReloadUninitializedMainDictionaries()
DPersonalDictionaryLookup.java32 import com.android.inputmethod.latin.utils.ExecutorUtils;
175 mReloadFuture = ExecutorUtils.getBackgroundExecutor(mServiceName) in onChange()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DExecutorUtilsTests.java39 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD); in testExecute()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DExecutorUtils.java32 public class ExecutorUtils { class