Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23d5746e authored by Andrew Sapperstein's avatar Andrew Sapperstein Committed by Automerger Merge Worker
Browse files

Fix broken @see tags in public documentation. am: 1f6e22cb

Change-Id: I04a78c9ba3770a4d651177aae697890094a52add
parents 7ffc3b9f 1f6e22cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3618,7 +3618,6 @@ public class Activity extends ContextThemeWrapper
     * To receive this callback, you must return true from onKeyDown for the current
     * event stream.
     *
     * @see KeyEvent.Callback#onKeyLongPress()
     * @see KeyEvent.Callback#onKeyLongPress(int, KeyEvent)
     */
    public boolean onKeyLongPress(int keyCode, KeyEvent event) {
+1 −2
Original line number Diff line number Diff line
@@ -2082,8 +2082,7 @@ public class ActivityManager {
     * has access to it.
     *
     * @see ActivityOptions#setLaunchDisplayId(int)
     * @see android.view.Display.FLAG_PRIVATE
     * @see android.view.Display.TYPE_VIRTUAL
     * @see android.view.Display#FLAG_PRIVATE
     *
     * @param context Source context, from which an activity will be started.
     * @param displayId Target display id.
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ public class NotificationManager {
     * </p>
     * </p>
     *
     * @see {@link #addAutomaticZenRule(AutomaticZenRule)}
     * @see #addAutomaticZenRule(AutomaticZenRule)
     */
    @SdkConstant(SdkConstant.SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_AUTOMATIC_ZEN_RULE =
+1 −1
Original line number Diff line number Diff line
@@ -803,7 +803,7 @@ public class BackupManager {
     * has a work profile that was restored from another work profile with serial number
     * {@code ancestralSerialNumber}.
     *
     * @see UserManager#getSerialNumberForUser(UserHandle)
     * @see android.os.UserManager#getSerialNumberForUser(UserHandle)
     */
    @Nullable
    public UserHandle getUserForAncestralSerialNumber(long ancestralSerialNumber) {
+0 −2
Original line number Diff line number Diff line
@@ -102,8 +102,6 @@ public final class RoleManager {

    /**
     * The name of the emergency role
     *
     * @see android.telephony.TelephonyManager#ACTION_EMERGENCY_ASSISTANCE
     */
    public static final String ROLE_EMERGENCY = "android.app.role.EMERGENCY";

Loading