Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaController2Test.java314 String commandArgKey = "test_arg_key"; in testCallback_onSessionCommand() local
317 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()
325 assertEquals(commandArgValue, controllerCallback.mCommandArgs.getString(commandArgKey)); in testCallback_onSessionCommand()
347 String commandArgKey = "test_arg_key"; in testCallback_onCommandResult() local
350 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()
380 String commandArgKey = "test_arg_key_"; in testCancelSessionCommand() local
383 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()
DMediaSession2Test.java474 String commandArgKey = "test_arg_key"; in testCallback_onSessionCommand() local
477 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()
486 assertEquals(commandArgValue, sessionCallback.mCommandArgs.getString(commandArgKey)); in testCallback_onSessionCommand()
530 String commandArgKey = "test_arg_key"; in testCallback_onCommandResult() local
533 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()
605 String commandArgKey = "test_arg_key_"; in testCancelSessionCommand() local
608 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()