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

Commit 1dd354e2 authored by junyulai's avatar junyulai Committed by Automerger Merge Worker
Browse files

Remove reference of @ValidationStatus annotation am: 557797e3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1645293

Change-Id: I7e87fbb4d78f56c63614f9b1aaf49940f47df64e
parents 33bed027 557797e3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ import android.net.LinkAddress;
import android.net.LinkProperties;
import android.net.Network;
import android.net.NetworkAgent;
import android.net.NetworkAgent.ValidationStatus;
import android.net.NetworkAgentConfig;
import android.net.NetworkCapabilities;
import android.net.RouteInfo;
@@ -1451,8 +1450,7 @@ public class VcnGatewayConnection extends StateMachine {
                        }

                        @Override
                        public void onValidationStatus(
                                @ValidationStatus int status, @Nullable Uri redirectUri) {
                        public void onValidationStatus(int status, @Nullable Uri redirectUri) {
                            if (status == NetworkAgent.VALIDATION_STATUS_VALID) {
                                clearFailedAttemptCounterAndSafeModeAlarm();
                            }