Searched refs:commandArgKey (Results 1 – 2 of 2) sorted by relevance
314 String commandArgKey = "test_arg_key"; in testCallback_onSessionCommand() local317 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() local350 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()380 String commandArgKey = "test_arg_key_"; in testCancelSessionCommand() local383 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()
474 String commandArgKey = "test_arg_key"; in testCallback_onSessionCommand() local477 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() local533 commandArg.putString(commandArgKey, commandArgValue); in testCallback_onCommandResult()605 String commandArgKey = "test_arg_key_"; in testCancelSessionCommand() local608 commandArg.putString(commandArgKey, commandArgValue); in testCancelSessionCommand()