Searched refs:testProcedure (Results 1 – 1 of 1) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionEndToEndTest.java | 387 TestProcedure testProcedure) throws Exception { in testInputConnection() argument 388 testInputConnection(inputConnectionWrapperProvider, testProcedure, null); in testInputConnection() 403 TestProcedureForMixedImes testProcedure) throws Exception { in testInputConnection() argument 404 testInputConnection(inputConnectionWrapperProvider, testProcedure, null); in testInputConnection() 420 TestProcedureForAccessibilityIme testProcedure) throws Exception { in testA11yInputConnection() argument 423 -> testProcedure.run(a11ySession, a11yStream), null); in testA11yInputConnection() 440 TestProcedureForAccessibilityIme testProcedure, in testA11yInputConnection() argument 444 -> testProcedure.run(a11ySession, a11yStream), closeable); in testA11yInputConnection() 457 private void testMinimallyImplementedInputConnection(TestProcedure testProcedure) in testMinimallyImplementedInputConnection() argument 461 testProcedure, null); in testMinimallyImplementedInputConnection() [all …]
|