Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaController2Test.java308 String commandExtraKey = "test_extra_key"; in testCallback_onSessionCommand() local
311 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onSessionCommand()
324 controllerCallback.mCommand.getCustomExtras().getString(commandExtraKey)); in testCallback_onSessionCommand()
341 String commandExtraKey = "test_extra_key"; in testCallback_onCommandResult() local
344 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onCommandResult()
374 String commandExtraKey = "test_extra_key_"; in testCancelSessionCommand() local
377 commandExtra.putString(commandExtraKey, commandExtraValue); in testCancelSessionCommand()
DMediaSession2Test.java468 String commandExtraKey = "test_extra_key"; in testCallback_onSessionCommand() local
471 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onSessionCommand()
485 sessionCallback.mCommand.getCustomExtras().getString(commandExtraKey)); in testCallback_onSessionCommand()
524 String commandExtraKey = "test_extra_key"; in testCallback_onCommandResult() local
527 commandExtra.putString(commandExtraKey, commandExtraValue); in testCallback_onCommandResult()
599 String commandExtraKey = "test_extra_key_"; in testCancelSessionCommand() local
602 commandExtra.putString(commandExtraKey, commandExtraValue); in testCancelSessionCommand()