Searched defs:a11yImeSession (Results 1 – 2 of 2) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | AccessibilityInputMethodTest.java | 88 @NonNull MockA11yImeSession a11yImeSession) throws Exception; in run() 99 var a11yImeSession = MockA11yImeSession.create(instrumentation.getContext(), in testA11yIme() 108 testA11yIme((uiAutomation, imeSession, a11yImeSession) -> { in testLifecycle() argument 153 testA11yIme((uiAutomation, imeSession, a11yImeSession) -> { in testRestartInput() argument 231 private void verifyStateAfterFinishInput( in verifyStateAfterFinishInput() 249 testA11yIme((uiAutomation, imeSession, a11yImeSession) -> { in testNoFallbackInputConnection() argument 306 testA11yIme((uiAutomation, imeSession, a11yImeSession) -> { in testNoFallbackInputConnectionAfterRestartInput() argument 430 testA11yIme((uiAutomation, imeSession, a11yImeSession) -> { in testInvalidateInputMain() argument
|
D | InputConnectionEndToEndTest.java | 341 void run(@NonNull MockA11yImeSession a11yImeSession, @NonNull MockA11yImeEventStream stream) in run() 360 @NonNull MockA11yImeSession a11yImeSession, in run() 604 try (MockA11yImeSession a11yImeSession = MockA11yImeSession.create( in testInputConnection()
|