Anton Hansson | 626afea | 2020-02-11 14:36:40 +0000 | [diff] [blame] | 1 | // Baseline format: 1.0 |
| 2 | ActionValue: android.net.TetheringConstants#EXTRA_ADD_TETHER_TYPE: |
| 3 | Inconsistent extra value; expected `android.net.extra.ADD_TETHER_TYPE`, was `extraAddTetherType` |
| 4 | ActionValue: android.net.TetheringConstants#EXTRA_PROVISION_CALLBACK: |
| 5 | Inconsistent extra value; expected `android.net.extra.PROVISION_CALLBACK`, was `extraProvisionCallback` |
| 6 | ActionValue: android.net.TetheringConstants#EXTRA_REM_TETHER_TYPE: |
| 7 | Inconsistent extra value; expected `android.net.extra.REM_TETHER_TYPE`, was `extraRemTetherType` |
| 8 | ActionValue: android.net.TetheringConstants#EXTRA_RUN_PROVISION: |
| 9 | Inconsistent extra value; expected `android.net.extra.RUN_PROVISION`, was `extraRunProvision` |
| 10 | ActionValue: android.net.TetheringConstants#EXTRA_SET_ALARM: |
| 11 | Inconsistent extra value; expected `android.net.extra.SET_ALARM`, was `extraSetAlarm` |
| 12 | ActionValue: 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` |
| 14 | ActionValue: android.net.TetheringManager#EXTRA_ACTIVE_TETHER: |
| 15 | Inconsistent extra value; expected `android.net.extra.ACTIVE_TETHER`, was `tetherArray` |
| 16 | ActionValue: android.net.TetheringManager#EXTRA_AVAILABLE_TETHER: |
| 17 | Inconsistent extra value; expected `android.net.extra.AVAILABLE_TETHER`, was `availableArray` |
| 18 | ActionValue: android.net.TetheringManager#EXTRA_ERRORED_TETHER: |
| 19 | Inconsistent extra value; expected `android.net.extra.ERRORED_TETHER`, was `erroredArray` |
| 20 | |
| 21 | |
| 22 | ManagerConstructor: 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 | |
| 26 | PrivateSuperclass: android.location.GnssAntennaInfo.PhaseCenterVariationCorrections: |
| 27 | Public class android.location.GnssAntennaInfo.PhaseCenterVariationCorrections extends private class android.location.GnssAntennaInfo.SphericalCorrections |
| 28 | PrivateSuperclass: android.location.GnssAntennaInfo.SignalGainCorrections: |
| 29 | Public class android.location.GnssAntennaInfo.SignalGainCorrections extends private class android.location.GnssAntennaInfo.SphericalCorrections |