Searched refs:performPrivateCommand (Results 1 – 5 of 5) sorted by relevance
69 public boolean performPrivateCommand(String action, Bundle data) { in performPrivateCommand() method in MultiUserDeviceTest.ReplyReceivingInputConnection80 return super.performPrivateCommand(action, data); in performPrivateCommand()
125 wrapper.performPrivateCommand("com.android.action.MAIN", new Bundle()); in testInputConnectionWrapper()126 verify(inputConnection, times(1)).performPrivateCommand(eq("com.android.action.MAIN"), in testInputConnectionWrapper()
80 assertFalse(connection.performPrivateCommand(action, new Bundle())); in testDefaultMethods()
104 getCurrentInputConnection().performPrivateCommand( in onStartInput()
231 return getCurrentInputConnection().performPrivateCommand(action, data); in onHandleCommand()