Home
last modified time | relevance | path

Searched refs:VOICE_INTERACTION_KEY_CALLBACK (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java58 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()
DTestVisibleActivity.java63 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()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionSessionControl.java58 intent.putExtra(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in startVoiceInteractionSession()
92 command.putParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in executeCommand()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java85 final RemoteCallback callback = args.getParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK); in onShow()
91 Utils.VOICE_INTERACTION_KEY_CALLBACK); in onShow()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionSessionVisibleActivityTest.java307 .putExtra(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in startActivity()
353 command.putParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in executeRemoteCommand()
DDirectActionsTest.java243 .putExtra(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in startActivity()
315 command.putParcelable(Utils.VOICE_INTERACTION_KEY_CALLBACK, callback); in executeRemoteCommand()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java229 public static final String VOICE_INTERACTION_KEY_CALLBACK = "callback"; field in Utils