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

  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
InputMethodManagerDeviceTest.java 49 private InputMethodManager mImm;
52 * Set up {@link #mImm} from the target {@link Context}.
56 mImm = InstrumentationRegistry.getTargetContext()
61 * Tear down {@link #mImm} with {@code null}.
65 mImm = null;
74 pollingCheck(() -> mImm.getInputMethodList().stream().anyMatch(
86 assertFalse(mImm.getInputMethodList().stream().anyMatch(
96 pollingCheck(() -> mImm.getEnabledInputMethodList().stream().anyMatch(
108 assertFalse(mImm.getEnabledInputMethodList().stream().anyMatch(
118 pollingCheck(() -> mImm.getInputMethodList().stream().anyMatch
    [all...]
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 47 private InputMethodManager mImm;
59 mImm = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
60 mImi = getMyImi(context, mImm);
187 final String summary = getEnabledSubtypesLabel(mContext, mImm, mImi);
  /development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DumpActivity.java 155 private InputMethodManager mImm;
168 mImm = getSystemService(InputMethodManager.class);
343 mImm.hideSoftInputFromWindow(mAcCommandLine.getWindowToken(), 0);

Completed in 127 milliseconds