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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSubtypeSwitcher.java282 private static InputMethodSubtype sForcedSubtypeForTesting = null; field in class:SubtypeSwitcher
285 sForcedSubtypeForTesting = subtype;
289 if (null != sForcedSubtypeForTesting) {
290 return LocaleUtils.constructLocaleFromString(sForcedSubtypeForTesting.getLocale());
296 if (null != sForcedSubtypeForTesting) {
297 return sForcedSubtypeForTesting;

Completed in 49 milliseconds