Searched refs:performPrivateCommand (Results 1 – 2 of 2) sorted by relevance
76 wrapper.performPrivateCommand("com.android.action.MAIN", new Bundle()); in testInputConnectionWrapper()206 public boolean performPrivateCommand(String action, Bundle data) { in performPrivateCommand() method in InputConnectionWrapperTest.MockInputConnection
90 assertFalse(mConnection.performPrivateCommand(action, new Bundle())); in testDefaultMethods()