Home
last modified time | relevance | path

Searched refs:getInputMethod (Results 1 – 5 of 5) sorted by relevance

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityImeTest.java143 final InputMethod inputMethod = service.getInputMethod(); in testDefaultImplementation()
252 assertNotNull(sStubImeAccessibilityService.getInputMethod()); in testInputConnection_requestIme()
254 sStubImeAccessibilityService.getInputMethod().getCurrentInputConnection(); in testInputConnection_requestIme()
277 assertNull(sStubNonImeAccessibilityService.getInputMethod()); in testInputConnection_notRequestIme()
290 assertNotNull(sStubImeAccessibilityService.getInputMethod()); in testSelectionChange_requestIme()
292 sStubImeAccessibilityService.getInputMethod().getCurrentInputConnection(); in testSelectionChange_requestIme()
DAccessibilityInputConnectionTest.java150 () -> sStubImeAccessibilityService.getInputMethod().getCurrentInputConnection()); in getInputConnection()
/cts/tests/inputmethod/mocka11yime/service/src/com/android/cts/mocka11yime/
DMockA11yIme.java212 mMemorizedInputConnection = getInputMethod().getCurrentInputConnection(); in onHandleCommand()
231 return getInputMethod().getCurrentInputStarted(); in onHandleCommand()
239 return getInputMethod().getCurrentInputEditorInfo(); in onHandleCommand()
247 return getInputMethod().getCurrentInputConnection(); in onHandleCommand()
322 ? mMemorizedInputConnection : getInputMethod().getCurrentInputConnection(); in getMemorizedOrCurrentInputConnection()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DInputMethodEnumerationTests.java131 final InputMethodInfo imi = getInputMethod(targetPackage); in getEnabledInputMethodSubtypeList()
156 private static InputMethodInfo getInputMethod(String packageName) { in getInputMethod() method in InputMethodEnumerationTests
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt3359 method @Nullable public final android.accessibilityservice.InputMethod getInputMethod();