Searched refs:commandArg (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaController2Test.java | 316 Bundle commandArg = new Bundle(); in testCallback_onSessionCommand() local 317 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand() 318 mSession.sendSessionCommand(mSessionCallback.mControllerInfo, command, commandArg); in testCallback_onSessionCommand() 349 Bundle commandArg = new Bundle(); in testCallback_onCommandResult() local 350 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult() 351 controller.sendSessionCommand(command, commandArg); in testCallback_onCommandResult() 382 Bundle commandArg = new Bundle(); in testCancelSessionCommand() local 383 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand() 385 Object token = controller.sendSessionCommand(command, commandArg); in testCancelSessionCommand()
|
D | MediaSession2Test.java | 476 Bundle commandArg = new Bundle(); in testCallback_onSessionCommand() local 477 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand() 478 controller.sendSessionCommand(command, commandArg); in testCallback_onSessionCommand() 532 Bundle commandArg = new Bundle(); in testCallback_onCommandResult() local 533 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult() 534 session.sendSessionCommand(controllerInfo, command, commandArg); in testCallback_onCommandResult() 607 Bundle commandArg = new Bundle(); in testCancelSessionCommand() local 608 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand() 610 Object token = session.sendSessionCommand(controllerInfo, command, commandArg); in testCancelSessionCommand()
|