Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaController2Test.java309 String commandExtraValue = "test_extra_value"; in testCallback_onSessionCommand() local
311 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onSessionCommand()
323 assertEquals(commandExtraValue, in testCallback_onSessionCommand()
342 String commandExtraValue = "test_extra_value"; in testCallback_onCommandResult() local
344 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onCommandResult()
375 String commandExtraValue = "test_extra_value_"; in testCancelSessionCommand() local
377 commandExtra.putString(commandExtraKey, commandExtraValue); in testCancelSessionCommand()
DMediaSession2Test.java469 String commandExtraValue = "test_extra_value"; in testCallback_onSessionCommand() local
471 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onSessionCommand()
484 assertEquals(commandExtraValue, in testCallback_onSessionCommand()
525 String commandExtraValue = "test_extra_value"; in testCallback_onCommandResult() local
527 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onCommandResult()
600 String commandExtraValue = "test_extra_value_"; in testCancelSessionCommand() local
602 commandExtra.putString(commandExtraKey, commandExtraValue); in testCancelSessionCommand()