From 21cbc636029ce2e96f965e72c058b889d0aac4ad Mon Sep 17 00:00:00 2001 From: jiayuzhou Date: Mon, 15 Apr 2019 16:04:31 -0700 Subject: [PATCH] Ui should be UI in the javadoc Fixes: 124883615. Test: pre-submit. Change-Id: I4cdc6353a3d4382a53a8e6d7c65a447acb90ee2c --- core/java/android/service/voice/VoiceInteractionSession.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/service/voice/VoiceInteractionSession.java b/core/java/android/service/voice/VoiceInteractionSession.java index 6f274477431fc..5b5f3b843c50c 100644 --- a/core/java/android/service/voice/VoiceInteractionSession.java +++ b/core/java/android/service/voice/VoiceInteractionSession.java @@ -123,7 +123,7 @@ public class VoiceInteractionSession implements KeyEvent.Callback, ComponentCall /** * Flag for use with {@link #onShow}: indicates that the voice interaction service was invoked - * from an Android automotive system Ui. + * from an Android automotive system UI. */ public static final int SHOW_SOURCE_AUTOMOTIVE_SYSTEM_UI = 1 << 7;