Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaController2Test.java303 String commandArgKey = "test_arg_key"; in testCallback_onSessionCommand() local
306 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()
316 assertThat(controllerCallback.mCommandArgs.getString(commandArgKey)) in testCallback_onSessionCommand()
339 String commandArgKey = "test_arg_key"; in testCallback_onCommandResult() local
342 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()
373 String commandArgKey = "test_arg_key_"; in testCancelSessionCommand() local
376 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()
DMediaSession2Test.java460 String commandArgKey = "test_arg_key"; in testCallback_onSessionCommand() local
463 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()
472 assertThat(sessionCallback.mCommandArgs.getString(commandArgKey)) in testCallback_onSessionCommand()
517 String commandArgKey = "test_arg_key"; in testCallback_onCommandResult() local
520 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()
593 String commandArgKey = "test_arg_key_"; in testCancelSessionCommand() local
596 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()