Searched refs:commandArgValue (Results 1 – 2 of 2) sorted by relevance
315 String commandArgValue = "test_arg_value"; in testCallback_onSessionCommand() local317 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()325 assertEquals(commandArgValue, controllerCallback.mCommandArgs.getString(commandArgKey)); in testCallback_onSessionCommand()348 String commandArgValue = "test_arg_value"; in testCallback_onCommandResult() local350 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()381 String commandArgValue = "test_arg_value_"; in testCancelSessionCommand() local383 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()
475 String commandArgValue = "test_arg_value"; in testCallback_onSessionCommand() local477 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onSessionCommand()486 assertEquals(commandArgValue, sessionCallback.mCommandArgs.getString(commandArgKey)); in testCallback_onSessionCommand()531 String commandArgValue = "test_arg_value"; in testCallback_onCommandResult() local533 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()606 String commandArgValue = "test_arg_value_"; in testCancelSessionCommand() local608 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()