Home
last modified time | relevance | path

Searched refs:postActionCommand (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionSessionControl.java77 @Nullable Bundle arguments, @Nullable ThrowingRunnable postActionCommand) in executeCommand() argument
98 if (postActionCommand != null) { in executeCommand()
100 postActionCommand.run(); in executeCommand()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DDirectActionsTest.java215 boolean detectDirectActionsInvalidated(@NonNull ThrowingRunnable postActionCommand) in detectDirectActionsInvalidated() argument
219 null /*directAction*/, null /*arguments*/, postActionCommand); in detectDirectActionsInvalidated()
299 @Nullable ThrowingRunnable postActionCommand) throws Exception { in executeRemoteCommand() argument
320 if (postActionCommand != null) { in executeRemoteCommand()
322 postActionCommand.run(); in executeRemoteCommand()