Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaSession2Test.java298 String commandStr = "test_command"; in testBroadcastSessionCommand() local
299 Session2Command command = new Session2Command(commandStr, null); in testBroadcastSessionCommand()
314 if (commandStr.equals(command.getCustomAction()) in testBroadcastSessionCommand()
332 if (commandStr.equals(command.getCustomAction()) in testBroadcastSessionCommand()
453 String commandStr = "test_command"; in testCallback_onSessionCommand() local
458 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onSessionCommand()
469 assertThat(sessionCallback.mCommand.getCustomAction()).isEqualTo(commandStr); in testCallback_onSessionCommand()
510 String commandStr = "test_command"; in testCallback_onCommandResult() local
515 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onCommandResult()
586 String commandStr = "test_command_"; in testCancelSessionCommand() local
[all …]
DMediaController2Test.java296 String commandStr = "test_command"; in testCallback_onSessionCommand() local
301 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onSessionCommand()
313 .isEqualTo(commandStr); in testCallback_onSessionCommand()
332 String commandStr = "test_command"; in testCallback_onCommandResult() local
337 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onCommandResult()
366 String commandStr = "test_command_"; in testCancelSessionCommand() local
371 Session2Command command = new Session2Command(commandStr, commandExtra); in testCancelSessionCommand()