Searched refs:ExecutorUtils (Results 1 – 7 of 7) sorted by relevance
36 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()
30 import com.android.inputmethod.latin.utils.ExecutorUtils;68 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD) in registerObserver()
34 import com.android.inputmethod.latin.utils.ExecutorUtils;170 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncExecuteTaskWithLock()
35 import com.android.inputmethod.latin.utils.ExecutorUtils;385 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD).execute(new Runnable() { in asyncReloadUninitializedMainDictionaries()
32 import com.android.inputmethod.latin.utils.ExecutorUtils;175 mReloadFuture = ExecutorUtils.getBackgroundExecutor(mServiceName) in onChange()
39 ExecutorUtils.getBackgroundExecutor(ExecutorUtils.KEYBOARD); in testExecute()
32 public class ExecutorUtils { class