Searched refs:VOICE_INTERACTION_KEY_CALLBACK (Results 1 – 7 of 7) sorted by relevance
58 final RemoteCallback callBack = args.getParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()66 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()71 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()76 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()81 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()86 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()
63 final RemoteCallback callBack = args.getParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()71 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()76 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onResume()
58 intent.putExtra(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in startVoiceInteractionSession()92 command.putParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in executeCommand()
85 final RemoteCallback callback = args.getParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK); in onShow()91 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onShow()
307 .putExtra(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in startActivity()353 command.putParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in executeRemoteCommand()
243 .putExtra(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in startActivity()315 command.putParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in executeRemoteCommand()
229 public static final String VOICE_INTERACTION_KEY_CALLBACK = "callback"; field in Utils