Searched refs:getInputMethod (Results 1 – 5 of 5) sorted by relevance
143 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()
150 () -> sStubImeAccessibilityService.getInputMethod().getCurrentInputConnection()); in getInputConnection()
212 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()
131 final InputMethodInfo imi = getInputMethod(targetPackage); in getEnabledInputMethodSubtypeList()156 private static InputMethodInfo getInputMethod(String packageName) { in getInputMethod() method in InputMethodEnumerationTests
3359 method @Nullable public final android.accessibilityservice.InputMethod getInputMethod();