Searched refs:InputMethodSubtypeCompatUtils (Results 1 – 8 of 8) sorted by relevance
28 public final class InputMethodSubtypeCompatUtils { class29 private static final String TAG = InputMethodSubtypeCompatUtils.class.getSimpleName();50 private InputMethodSubtypeCompatUtils() { in InputMethodSubtypeCompatUtils() method in InputMethodSubtypeCompatUtils
25 import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;119 assertTrue(InputMethodSubtypeCompatUtils.isAsciiCapable(subtype)); in assertEnUsDvorak()140 assertTrue(InputMethodSubtypeCompatUtils.isAsciiCapable(subtype)); in assertAzerty()
35 import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;74 InputMethodSubtypeCompatUtils.newInputMethodSubtype(87 InputMethodSubtypeCompatUtils.newInputMethodSubtype(
27 import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;71 if (InputMethodSubtypeCompatUtils.isAsciiCapable(subtype)) { in setUp()
32 import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;70 return InputMethodSubtypeCompatUtils.newInputMethodSubtype(nameId, in createAdditionalSubtypeInternal()
38 import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;323 final InputMethodSubtype subtype = InputMethodSubtypeCompatUtils.newInputMethodSubtype( in changeLanguageWithoutWait()
34 import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;257 final boolean asciiCapable = InputMethodSubtypeCompatUtils.isAsciiCapable(subtype); in setSubtype()
49 import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;117 if (InputMethodSubtypeCompatUtils.isAsciiCapable(subtype)) { in SubtypeLocaleAdapter()