Home
last modified time | relevance | path

Searched refs:mIme (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DImeCommandReceiver.java58 private T mIme; field in ImeCommandReceiver
61 mIme = ime; in register()
70 Log.d(mIme.getClass().getSimpleName(), "onReceive: command=" + command); in onReceive()
77 mIme.commandCommitText(text, newCursorPosition); in onReceive()
82 mIme.commandSwitchInputMethod(imeId); in onReceive()
87 mIme.commandRequestHideSelf(flags); in onReceive()
93 mIme.switchInputMethod(imeId, null /* subtype*/); in onReceive()
97 mIme.switchToNextInputMethod(false); in onReceive()
101 mIme.switchToPreviousInputMethod(); in onReceive()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1424 private final MockIme mIme;
1438 mIme = mockIme;
1442 if (mIme.mSettings == null) {
1446 if (!mIme.mSettings.getChannel().send(event.toBundle())) {
1469 final ImeState enterState = mIme.getState();
1487 final ImeState exitState = mIme.getState();
1559 arguments.putParcelable("editorInfo", mIme.getCurrentInputEditorInfo());
1565 arguments.putParcelable("editorInfo", mIme.getCurrentInputEditorInfo());
1579 arguments.putParcelable("editorInfo", mIme.getCurrentInputEditorInfo());
1729 mIme.mLastDispatchedConfiguration));