Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputConnectionWrapperTest.java76 wrapper.performPrivateCommand("com.android.action.MAIN", new Bundle()); in testInputConnectionWrapper()
206 public boolean performPrivateCommand(String action, Bundle data) { in performPrivateCommand() method in InputConnectionWrapperTest.MockInputConnection
DBaseInputConnectionTest.java90 assertFalse(mConnection.performPrivateCommand(action, new Bundle())); in testDefaultMethods()