Home
last modified time | relevance | path

Searched refs:getInputMethodInfo (Results 1 – 3 of 3) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java286 public InputMethodInfo getInputMethodInfo() { in getInputMethodInfo() method in MockImeSession
298 () -> getInputMethodInfo() != null); in initialize()
321 final InputMethodInfo imi = getInputMethodInfo(); in initialize()
331 final InputMethodInfo imi = getInputMethodInfo(); in initialize()
489 final InputMethodInfo imi = getInputMethodInfo(); in close()
/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/
DVirtualDeviceImeTest.java133 getInputMethodInfo(VirtualDeviceTestIme.class.getName()); in virtualDeviceOnlyIme_reflectedInInputMethodInfo()
139 getInputMethodInfo(DefaultDeviceTestIme.class.getName()); in virtualDeviceOnlyIme_reflectedInInputMethodInfo()
448 private InputMethodInfo getInputMethodInfo(String className) { in getInputMethodInfo() method in VirtualDeviceImeTest
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java204 InputMethodInfo info = imeSession.getInputMethodInfo(); in testHandwritingInfo()