1// Baseline format: 1.0 2ActionValue: android.net.TetheringConstants#EXTRA_ADD_TETHER_TYPE: 3 Inconsistent extra value; expected `android.net.extra.ADD_TETHER_TYPE`, was `extraAddTetherType` 4ActionValue: android.net.TetheringConstants#EXTRA_PROVISION_CALLBACK: 5 Inconsistent extra value; expected `android.net.extra.PROVISION_CALLBACK`, was `extraProvisionCallback` 6ActionValue: android.net.TetheringConstants#EXTRA_REM_TETHER_TYPE: 7 Inconsistent extra value; expected `android.net.extra.REM_TETHER_TYPE`, was `extraRemTetherType` 8ActionValue: android.net.TetheringConstants#EXTRA_RUN_PROVISION: 9 Inconsistent extra value; expected `android.net.extra.RUN_PROVISION`, was `extraRunProvision` 10ActionValue: android.net.TetheringConstants#EXTRA_SET_ALARM: 11 Inconsistent extra value; expected `android.net.extra.SET_ALARM`, was `extraSetAlarm` 12ActionValue: android.net.TetheringManager#ACTION_TETHER_STATE_CHANGED: 13 Inconsistent action value; expected `android.net.action.TETHER_STATE_CHANGED`, was `android.net.conn.TETHER_STATE_CHANGED` 14ActionValue: android.net.TetheringManager#EXTRA_ACTIVE_TETHER: 15 Inconsistent extra value; expected `android.net.extra.ACTIVE_TETHER`, was `tetherArray` 16ActionValue: android.net.TetheringManager#EXTRA_AVAILABLE_TETHER: 17 Inconsistent extra value; expected `android.net.extra.AVAILABLE_TETHER`, was `availableArray` 18ActionValue: android.net.TetheringManager#EXTRA_ERRORED_TETHER: 19 Inconsistent extra value; expected `android.net.extra.ERRORED_TETHER`, was `erroredArray` 20 21 22ManagerConstructor: android.net.TetheringManager#TetheringManager(android.content.Context, java.util.function.Supplier<android.os.IBinder>): 23 Managers must always be obtained from Context; no direct constructors 24 25 26PrivateSuperclass: android.location.GnssAntennaInfo.PhaseCenterVariationCorrections: 27 Public class android.location.GnssAntennaInfo.PhaseCenterVariationCorrections extends private class android.location.GnssAntennaInfo.SphericalCorrections 28PrivateSuperclass: android.location.GnssAntennaInfo.SignalGainCorrections: 29 Public class android.location.GnssAntennaInfo.SignalGainCorrections extends private class android.location.GnssAntennaInfo.SphericalCorrections 30