From 872b07c9bc8fd07f291036083d91e1914d585990 Mon Sep 17 00:00:00 2001 From: Keun Soo YIM Date: Tue, 30 Nov 2021 20:06:12 -0800 Subject: [PATCH] Update the docstring of requestDirectActions Test: docs change Change-Id: Ic1fffc50b171bd945c3a8668d06bfa98dfc4d1ff --- core/java/android/service/voice/VoiceInteractionSession.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/service/voice/VoiceInteractionSession.java b/core/java/android/service/voice/VoiceInteractionSession.java index 88818b67195e1..65a857e26d6de 100644 --- a/core/java/android/service/voice/VoiceInteractionSession.java +++ b/core/java/android/service/voice/VoiceInteractionSession.java @@ -1470,10 +1470,10 @@ public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCall * Requests a list of supported actions from an app. * * @param activityId Ths activity id of the app to get the actions from. - * @param resultExecutor The handler to receive the callback * @param cancellationSignal A signal to cancel the operation in progress, * or {@code null} if none. - * @param callback The callback to receive the response + * @param resultExecutor The handler to receive the callback. + * @param callback The callback to receive the response. */ public final void requestDirectActions(@NonNull ActivityId activityId, @Nullable CancellationSignal cancellationSignal,