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

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

Completed in 33 milliseconds