Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaController2Test.java297 String commandExtraKey = "test_extra_key"; in testCallback_onSessionCommand() local
300 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onSessionCommand()
314 assertThat(controllerCallback.mCommand.getCustomExtras().getString(commandExtraKey)) in testCallback_onSessionCommand()
333 String commandExtraKey = "test_extra_key"; in testCallback_onCommandResult() local
336 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onCommandResult()
367 String commandExtraKey = "test_extra_key_"; in testCancelSessionCommand() local
370 commandExtra.putString(commandExtraKey, commandExtraValue); in testCancelSessionCommand()
DMediaSession2Test.java454 String commandExtraKey = "test_extra_key"; in testCallback_onSessionCommand() local
457 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onSessionCommand()
470 assertThat(sessionCallback.mCommand.getCustomExtras().getString(commandExtraKey)) in testCallback_onSessionCommand()
511 String commandExtraKey = "test_extra_key"; in testCallback_onCommandResult() local
514 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onCommandResult()
587 String commandExtraKey = "test_extra_key_"; in testCancelSessionCommand() local
590 commandExtra.putString(commandExtraKey, commandExtraValue); in testCancelSessionCommand()