1// Baseline format: 1.0 2GetterSetterNames: android.location.GnssClock#setBiasNanos(double): 3 Symmetric method for `hasBiasNanos` must be named `setHasBiasNanos`; was `setBiasNanos` 4GetterSetterNames: android.location.GnssClock#setBiasUncertaintyNanos(double): 5 Symmetric method for `hasBiasUncertaintyNanos` must be named `setHasBiasUncertaintyNanos`; was `setBiasUncertaintyNanos` 6GetterSetterNames: android.location.GnssClock#setDriftNanosPerSecond(double): 7 Symmetric method for `hasDriftNanosPerSecond` must be named `setHasDriftNanosPerSecond`; was `setDriftNanosPerSecond` 8GetterSetterNames: android.location.GnssClock#setDriftUncertaintyNanosPerSecond(double): 9 Symmetric method for `hasDriftUncertaintyNanosPerSecond` must be named `setHasDriftUncertaintyNanosPerSecond`; was `setDriftUncertaintyNanosPerSecond` 10GetterSetterNames: android.location.GnssClock#setElapsedRealtimeNanos(long): 11 Symmetric method for `hasElapsedRealtimeNanos` must be named `setHasElapsedRealtimeNanos`; was `setElapsedRealtimeNanos` 12GetterSetterNames: android.location.GnssClock#setElapsedRealtimeUncertaintyNanos(double): 13 Symmetric method for `hasElapsedRealtimeUncertaintyNanos` must be named `setHasElapsedRealtimeUncertaintyNanos`; was `setElapsedRealtimeUncertaintyNanos` 14GetterSetterNames: android.location.GnssClock#setFullBiasNanos(long): 15 Symmetric method for `hasFullBiasNanos` must be named `setHasFullBiasNanos`; was `setFullBiasNanos` 16GetterSetterNames: android.location.GnssClock#setLeapSecond(int): 17 Symmetric method for `hasLeapSecond` must be named `setHasLeapSecond`; was `setLeapSecond` 18GetterSetterNames: android.location.GnssClock#setReferenceCarrierFrequencyHzForIsb(double): 19 Symmetric method for `hasReferenceCarrierFrequencyHzForIsb` must be named `setHasReferenceCarrierFrequencyHzForIsb`; was `setReferenceCarrierFrequencyHzForIsb` 20GetterSetterNames: android.location.GnssClock#setReferenceCodeTypeForIsb(String): 21 Symmetric method for `hasReferenceCodeTypeForIsb` must be named `setHasReferenceCodeTypeForIsb`; was `setReferenceCodeTypeForIsb` 22GetterSetterNames: android.location.GnssClock#setReferenceConstellationTypeForIsb(int): 23 Symmetric method for `hasReferenceConstellationTypeForIsb` must be named `setHasReferenceConstellationTypeForIsb`; was `setReferenceConstellationTypeForIsb` 24GetterSetterNames: android.location.GnssClock#setTimeUncertaintyNanos(double): 25 Symmetric method for `hasTimeUncertaintyNanos` must be named `setHasTimeUncertaintyNanos`; was `setTimeUncertaintyNanos` 26GetterSetterNames: android.location.GnssMeasurement#setBasebandCn0DbHz(double): 27 Symmetric method for `hasBasebandCn0DbHz` must be named `setHasBasebandCn0DbHz`; was `setBasebandCn0DbHz` 28GetterSetterNames: android.location.GnssMeasurement#setCarrierFrequencyHz(float): 29 Symmetric method for `hasCarrierFrequencyHz` must be named `setHasCarrierFrequencyHz`; was `setCarrierFrequencyHz` 30GetterSetterNames: android.location.GnssMeasurement#setCodeType(String): 31 Symmetric method for `hasCodeType` must be named `setHasCodeType`; was `setCodeType` 32GetterSetterNames: android.location.GnssMeasurement#setCorrelationVectors(java.util.Collection<android.location.CorrelationVector>): 33 Symmetric method for `hasCorrelationVectors` must be named `setHasCorrelationVectors`; was `setCorrelationVectors` 34GetterSetterNames: android.location.GnssMeasurement#setFullInterSignalBiasNanos(double): 35 Symmetric method for `hasFullInterSignalBiasNanos` must be named `setHasFullInterSignalBiasNanos`; was `setFullInterSignalBiasNanos` 36GetterSetterNames: android.location.GnssMeasurement#setFullInterSignalBiasUncertaintyNanos(double): 37 Symmetric method for `hasFullInterSignalBiasUncertaintyNanos` must be named `setHasFullInterSignalBiasUncertaintyNanos`; was `setFullInterSignalBiasUncertaintyNanos` 38GetterSetterNames: android.location.GnssMeasurement#setSatelliteInterSignalBiasNanos(double): 39 Symmetric method for `hasSatelliteInterSignalBiasNanos` must be named `setHasSatelliteInterSignalBiasNanos`; was `setSatelliteInterSignalBiasNanos` 40GetterSetterNames: android.location.GnssMeasurement#setSatelliteInterSignalBiasUncertaintyNanos(double): 41 Symmetric method for `hasSatelliteInterSignalBiasUncertaintyNanos` must be named `setHasSatelliteInterSignalBiasUncertaintyNanos`; was `setSatelliteInterSignalBiasUncertaintyNanos` 42GetterSetterNames: android.location.GnssMeasurement#setSatellitePvt(android.location.SatellitePvt): 43 Symmetric method for `hasSatellitePvt` must be named `setHasSatellitePvt`; was `setSatellitePvt` 44GetterSetterNames: android.location.GnssMeasurement#setSnrInDb(double): 45 Symmetric method for `hasSnrInDb` must be named `setHasSnrInDb`; was `setSnrInDb` 46 47MissingNullability: android.location.GnssClock#set(android.location.GnssClock) parameter #0: 48 Missing nullability on parameter `clock` in method `set` 49MissingNullability: android.location.GnssMeasurement#set(android.location.GnssMeasurement) parameter #0: 50 Missing nullability on parameter `measurement` in method `set` 51MissingNullability: android.location.GnssNavigationMessage#set(android.location.GnssNavigationMessage) parameter #0: 52 Missing nullability on parameter `navigationMessage` in method `set` 53MissingNullability: android.location.GnssNavigationMessage#setData(byte[]) parameter #0: 54 Missing nullability on parameter `value` in method `setData` 55