Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java330 private static RichInputMethodSubtype sForcedSubtypeForTesting = null; field in RichInputMethodManager
334 sForcedSubtypeForTesting = RichInputMethodSubtype.getRichInputMethodSubtype(subtype); in forceSubtype()
339 if (null != sForcedSubtypeForTesting) { in getCurrentSubtypeLocale()
340 return sForcedSubtypeForTesting.getLocale(); in getCurrentSubtypeLocale()
347 if (null != sForcedSubtypeForTesting) { in getCurrentSubtype()
348 return sForcedSubtypeForTesting; in getCurrentSubtype()