Searched refs:commandStr (Results 1 – 2 of 2) sorted by relevance
307 String commandStr = "test_command"; in testCallback_onSessionCommand() local312 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onSessionCommand()322 assertEquals(commandStr, controllerCallback.mCommand.getCustomAction()); in testCallback_onSessionCommand()340 String commandStr = "test_command"; in testCallback_onCommandResult() local345 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onCommandResult()373 String commandStr = "test_command_"; in testCancelSessionCommand() local378 Session2Command command = new Session2Command(commandStr, commandExtra); in testCancelSessionCommand()
313 String commandStr = "test_command"; in testBroadcastSessionCommand() local314 Session2Command command = new Session2Command(commandStr, null); in testBroadcastSessionCommand()329 if (commandStr.equals(command.getCustomAction()) in testBroadcastSessionCommand()347 if (commandStr.equals(command.getCustomAction()) in testBroadcastSessionCommand()467 String commandStr = "test_command"; in testCallback_onSessionCommand() local472 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onSessionCommand()483 assertEquals(commandStr, sessionCallback.mCommand.getCustomAction()); in testCallback_onSessionCommand()523 String commandStr = "test_command"; in testCallback_onCommandResult() local528 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onCommandResult()598 String commandStr = "test_command_"; in testCancelSessionCommand() local[all …]