Home
last modified time | relevance | path

Searched refs:DIRECT_ACTIONS_KEY_CALLBACK (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
DDirectActionsActivity.java55 final RemoteCallback callBack = args.getParcelable(Utils.DIRECT_ACTIONS_KEY_CALLBACK); in onResume()
63 Utils.DIRECT_ACTIONS_KEY_CALLBACK); in onResume()
68 Utils.DIRECT_ACTIONS_KEY_CALLBACK); in onResume()
73 Utils.DIRECT_ACTIONS_KEY_CALLBACK); in onResume()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java156 intent.putExtra(Utils.DIRECT_ACTIONS_KEY_CALLBACK, callback); in startVoiceInteractionSession()
218 command.putParcelable(Utils.DIRECT_ACTIONS_KEY_CALLBACK, callback); in executeCommand()
258 .putExtra(Utils.DIRECT_ACTIONS_KEY_CALLBACK, callback); in startActivity()
316 command.putParcelable(Utils.DIRECT_ACTIONS_KEY_CALLBACK, callback); in executeRemoteCommand()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DDirectActionsSession.java64 final RemoteCallback callback = args.getParcelable(Utils.DIRECT_ACTIONS_KEY_CALLBACK); in onShow()
70 Utils.DIRECT_ACTIONS_KEY_CALLBACK); in onShow()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java137 public static final String DIRECT_ACTIONS_KEY_CALLBACK = "callback"; field in Utils