HomeSort by relevance Sort by last modified time
    Searched defs:InputMethodUtils (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/tests/coretests/src/com/android/internal/inputmethod/
InputMethodUtilsTest.java 271 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
295 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
319 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
344 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
365 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
387 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
409 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
426 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
443 InputMethodUtils.getImplicitlyApplicableSubtypesLocked(
465 InputMethodUtils.getImplicitlyApplicableSubtypesLocked
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 58 public class InputMethodUtils {
64 private static final String TAG = "InputMethodUtils";
98 private InputMethodUtils() {
473 if (InputMethodUtils.isSystemIme(imi)
478 if (firstFoundSystemIme < 0 && InputMethodUtils.isSystemIme(imi)) {
539 final List<InputMethodSubtype> subtypes = InputMethodUtils.getSubtypes(imi);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 24 import com.android.internal.inputmethod.InputMethodUtils;
25 import com.android.internal.inputmethod.InputMethodUtils.InputMethodSettings;
186 private static final int NOT_A_SUBTYPE_ID = InputMethodUtils.NOT_A_SUBTYPE_ID;
591 // TODO: Move this method to InputMethodUtils with adding unit tests.
600 InputMethodUtils.parseInputMethodsAndSubtypesString(prevValue);
602 InputMethodUtils.parseInputMethodsAndSubtypesString(newValue);
616 InputMethodUtils.buildInputMethodsAndSubtypesString(prevMap);
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 321 milliseconds