Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaController2Test.java307 String commandStr = "test_command"; in testCallback_onSessionCommand() local
312 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() local
345 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onCommandResult()
373 String commandStr = "test_command_"; in testCancelSessionCommand() local
378 Session2Command command = new Session2Command(commandStr, commandExtra); in testCancelSessionCommand()
DMediaSession2Test.java313 String commandStr = "test_command"; in testBroadcastSessionCommand() local
314 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() local
472 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() local
528 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onCommandResult()
598 String commandStr = "test_command_"; in testCancelSessionCommand() local
[all …]