From ab71cfe4d1e27fa7893beac06b8c406d153c17dc Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Tue, 3 Oct 2023 14:29:09 +0000 Subject: Fix broken @see/@link references controls IntDefs are not present in the generated documentation, so can not be referenced in other documentation. Bug: 303184203 Test: m docs Change-Id: I843e4f73564704cb387e21985ce62a70eda616d3 --- core/java/android/service/controls/Control.java | 6 +++--- core/java/android/service/controls/ControlsProviderService.java | 2 +- core/java/android/service/controls/actions/ControlAction.java | 2 +- core/java/android/service/controls/templates/ControlTemplate.java | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/java/android/service/controls/Control.java b/core/java/android/service/controls/Control.java index 3b757d6e3dd3..33978be9fb82 100644 --- a/core/java/android/service/controls/Control.java +++ b/core/java/android/service/controls/Control.java @@ -50,7 +50,7 @@ import java.lang.annotation.RetentionPolicy; * and zone. Some of these values are defined by the user and/or the {@link ControlsProviderService} * and will be used to display the control as well as group them for management. *

- * Each object will have an associated {@link DeviceTypes.DeviceType}. This will determine the icons and colors + * Each object will have an associated {@link DeviceTypes}. This will determine the icons and colors * used to display it. *

* An {@link Intent} linking to the provider Activity that expands on this {@link Control} and @@ -420,7 +420,7 @@ public final class Control implements Parcelable { * This fixes the values relating to state of the {@link Control} as required by * {@link ControlsProviderService#createPublisherForAllAvailable}: *