HomeSort by relevance Sort by last modified time
    Searched defs:performPrivateCommand (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
MultiUserDeviceTest.java 52 * {@link CtsBaseInputMethod} via {@link InputConnection#performPrivateCommand(String, Bundle)}.
69 public boolean performPrivateCommand(String action, Bundle data) {
80 return super.performPrivateCommand(action, data);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 80 assertFalse(connection.performPrivateCommand(action, new Bundle()));

Completed in 98 milliseconds