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

Commit 5ac8bd87 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7798373 from f90e9055 to mainline-tethering-release

Change-Id: I8f8ed301cb3c47747b65306c714340a0a4ef606f
parents 9ca77ab7 f90e9055
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -83,10 +83,6 @@ public class NetworkMonitorUtils {
            return true;
        }

        // TODO: once TRANSPORT_TEST is @SystemApi in S and S SDK is stable (so constant shims can
        // be replaced with the SDK constant that will be inlined), replace isTestNetwork with
        // hasTransport(TRANSPORT_TEST)

        // Test networks that also have one of the major transport types are attempting to replicate
        // that transport on a test interface (for example, test ethernet networks with
        // EthernetManager#setIncludeTestInterfaces). Run validation on them for realistic tests.
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ aidl_interface {
            enabled: false,
        },
    },
    imports: ["ipmemorystore-aidl-interfaces"],
    imports: ["ipmemorystore-aidl-interfaces-V10"],
    versions: [
        "1",
        "2",
+1 −1
Original line number Diff line number Diff line
@@ -906,6 +906,7 @@ public class IpClient extends StateMachine {

    private void stopStateMachineUpdaters() {
        mObserverRegistry.unregisterObserver(mLinkObserver);
        mLinkObserver.clearInterfaceParams();
        mLinkObserver.shutdown();
    }

@@ -1969,7 +1970,6 @@ public class IpClient extends StateMachine {
            mHasDisabledIpv6OrAcceptRaOnProvLoss = false;
            mGratuitousNaTargetAddresses.clear();

            mLinkObserver.clearInterfaceParams();
            resetLinkProperties();
            if (mStartTimeMillis > 0) {
                // Completed a life-cycle; send a final empty LinkProperties
+157 −60

File changed.

Preview size limit exceeded, changes collapsed.

+27 −4

File changed.

Preview size limit exceeded, changes collapsed.

Loading