Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaController2Test.java305 Bundle commandArg = new Bundle(); in testCallback_onSessionCommand() local
306 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()
307 mSession.sendSessionCommand(mSessionCallback.mControllerInfo, command, commandArg); in testCallback_onSessionCommand()
341 Bundle commandArg = new Bundle(); in testCallback_onCommandResult() local
342 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()
343 controller.sendSessionCommand(command, commandArg); in testCallback_onCommandResult()
375 Bundle commandArg = new Bundle(); in testCancelSessionCommand() local
376 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()
378 Object token = controller.sendSessionCommand(command, commandArg); in testCancelSessionCommand()
DMediaSession2Test.java462 Bundle commandArg = new Bundle(); in testCallback_onSessionCommand() local
463 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()
464 controller.sendSessionCommand(command, commandArg); in testCallback_onSessionCommand()
519 Bundle commandArg = new Bundle(); in testCallback_onCommandResult() local
520 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()
521 session.sendSessionCommand(controllerInfo, command, commandArg); in testCallback_onCommandResult()
595 Bundle commandArg = new Bundle(); in testCancelSessionCommand() local
596 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()
598 Object token = session.sendSessionCommand(controllerInfo, command, commandArg); in testCancelSessionCommand()