Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaController2Test.java304 String commandArgValue = "test_arg_value"; in testCallback_onSessionCommand() local
306 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()
317 .isEqualTo(commandArgValue); in testCallback_onSessionCommand()
340 String commandArgValue = "test_arg_value"; in testCallback_onCommandResult() local
342 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()
374 String commandArgValue = "test_arg_value_"; in testCancelSessionCommand() local
376 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()
DMediaSession2Test.java461 String commandArgValue = "test_arg_value"; in testCallback_onSessionCommand() local
463 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()
473 .isEqualTo(commandArgValue); in testCallback_onSessionCommand()
518 String commandArgValue = "test_arg_value"; in testCallback_onCommandResult() local
520 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()
594 String commandArgValue = "test_arg_value_"; in testCancelSessionCommand() local
596 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()