Searched defs:sendCommand (Results 1 – 5 of 5) sorted by relevance
75 void sendCommand(String... args) { in sendCommand() method in OtherUserActivity
90 private Bundle sendCommand(Intent intent) throws Exception { in sendCommand() method in SessionInspectorTest
154 public void sendCommand(final String cmd) { in sendCommand() method in AmMonitor
99 Result sendCommand(@NonNull String sourcePackageName, @Nullable String targetPackageName, in sendCommand() method in AppEnumerationTestsBase
717 public static void sendCommand(Context context, int command, String sourcePackage, in sendCommand() method in CommandReceiver