Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java167 asyncPreCheckAndExecuteTaskWithLock(lock, null /* preCheckTask */, task); in asyncExecuteTaskWithLock()
172 asyncPreCheckAndExecuteTaskWithLock(mLock.writeLock(), preCheckTask, task); in asyncPreCheckAndExecuteTaskWithWriteLock()
177 private void asyncPreCheckAndExecuteTaskWithLock(final Lock lock, in asyncPreCheckAndExecuteTaskWithLock() method in ExpandableBinaryDictionary