Searched refs:VOICE_INTERACTION_KEY_ARGUMENTS (Results 1 – 5 of 5) sorted by relevance
194 final Bundle arguments = args.getBundle(Utils.VOICE_INTERACTION_KEY_ARGUMENTS); in performDirectAction()211 final Bundle arguments = args.getBundle(Utils.VOICE_INTERACTION_KEY_ARGUMENTS); in performDirectActionAndCancel()264 final Bundle arguments = args.getBundle(Utils.VOICE_INTERACTION_KEY_ARGUMENTS); in registerVisibleActivityCallbackInternal()
121 if (arguments == null || !arguments.getString(Utils.VOICE_INTERACTION_KEY_ARGUMENTS) in onPerformDirectAction()122 .equals(Utils.VOICE_INTERACTION_KEY_ARGUMENTS)) { in onPerformDirectAction()
91 command.putBundle(Utils.VOICE_INTERACTION_KEY_ARGUMENTS, arguments); in executeCommand()
351 args.putString(Utils.VOICE_INTERACTION_KEY_ARGUMENTS, in createActionArguments()352 Utils.VOICE_INTERACTION_KEY_ARGUMENTS); in createActionArguments()
234 public static final String VOICE_INTERACTION_KEY_ARGUMENTS = "arguments"; field in Utils