Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DRunInLocale.java25 private static final Object sLockForRunInLocale = new Object(); field in RunInLocale
37 synchronized (sLockForRunInLocale) { in runInLocale()