Home
last modified time | relevance | path

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

/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DMultiUserDeviceTest.java69 public boolean performPrivateCommand(String action, Bundle data) { in performPrivateCommand() method in MultiUserDeviceTest.ReplyReceivingInputConnection
80 return super.performPrivateCommand(action, data); in performPrivateCommand()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java126 wrapper.performPrivateCommand("com.android.action.MAIN", new Bundle()); in testInputConnectionWrapper()
127 verify(inputConnection, times(1)).performPrivateCommand(eq("com.android.action.MAIN"), in testInputConnectionWrapper()
DBaseInputConnectionTest.java83 assertFalse(connection.performPrivateCommand(action, new Bundle())); in testDefaultMethods()
/cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
DCtsBaseInputMethod.java155 getCurrentInputConnection().performPrivateCommand( in onStartInput()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java302 return getMemorizedOrCurrentInputConnection().performPrivateCommand(action, in onHandleCommand()