Mark White | 5b3c64d | 2023-08-17 23:53:46 +0000 | [diff] [blame] | 1 | // Baseline format: 1.0 |
Anton Hansson | 7ee1550 | 2023-11-03 12:20:00 +0000 | [diff] [blame] | 2 | RequiresPermission: android.location.LocationManager#addGpsStatusListener(android.location.GpsStatus.Listener): |
| 3 | Method 'addGpsStatusListener' documentation mentions permissions already declared by @RequiresPermission |
| 4 | RequiresPermission: android.location.LocationManager#addNmeaListener(android.location.OnNmeaMessageListener): |
| 5 | Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission |
| 6 | RequiresPermission: android.location.LocationManager#addNmeaListener(android.location.OnNmeaMessageListener, android.os.Handler): |
| 7 | Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission |
| 8 | RequiresPermission: android.location.LocationManager#addNmeaListener(java.util.concurrent.Executor, android.location.OnNmeaMessageListener): |
| 9 | Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission |
| 10 | RequiresPermission: android.location.LocationManager#addProximityAlert(double, double, float, long, android.app.PendingIntent): |
| 11 | Method 'addProximityAlert' documentation mentions permissions already declared by @RequiresPermission |
| 12 | RequiresPermission: android.location.LocationManager#injectGnssMeasurementCorrections(android.location.GnssMeasurementCorrections): |
| 13 | Method 'injectGnssMeasurementCorrections' documentation mentions permissions already declared by @RequiresPermission |
| 14 | RequiresPermission: android.location.LocationManager#registerGnssMeasurementsCallback(android.location.GnssMeasurementRequest, java.util.concurrent.Executor, android.location.GnssMeasurementsEvent.Callback): |
| 15 | Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @RequiresPermission |
| 16 | RequiresPermission: android.location.LocationManager#registerGnssMeasurementsCallback(android.location.GnssMeasurementsEvent.Callback, android.os.Handler): |
| 17 | Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @RequiresPermission |
| 18 | RequiresPermission: android.location.LocationManager#registerGnssMeasurementsCallback(android.location.GnssRequest, java.util.concurrent.Executor, android.location.GnssMeasurementsEvent.Callback): |
| 19 | Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @RequiresPermission |
| 20 | RequiresPermission: android.location.LocationManager#registerGnssMeasurementsCallback(java.util.concurrent.Executor, android.location.GnssMeasurementsEvent.Callback): |
| 21 | Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @RequiresPermission |
| 22 | RequiresPermission: android.location.LocationManager#registerGnssNavigationMessageCallback(android.location.GnssNavigationMessage.Callback, android.os.Handler): |
| 23 | Method 'registerGnssNavigationMessageCallback' documentation mentions permissions already declared by @RequiresPermission |
| 24 | RequiresPermission: android.location.LocationManager#registerGnssNavigationMessageCallback(java.util.concurrent.Executor, android.location.GnssNavigationMessage.Callback): |
| 25 | Method 'registerGnssNavigationMessageCallback' documentation mentions permissions already declared by @RequiresPermission |
| 26 | RequiresPermission: android.location.LocationManager#registerGnssStatusCallback(android.location.GnssStatus.Callback): |
| 27 | Method 'registerGnssStatusCallback' documentation mentions permissions already declared by @RequiresPermission |
| 28 | RequiresPermission: android.location.LocationManager#registerGnssStatusCallback(android.location.GnssStatus.Callback, android.os.Handler): |
| 29 | Method 'registerGnssStatusCallback' documentation mentions permissions already declared by @RequiresPermission |
| 30 | RequiresPermission: android.location.LocationManager#registerGnssStatusCallback(java.util.concurrent.Executor, android.location.GnssStatus.Callback): |
| 31 | Method 'registerGnssStatusCallback' documentation mentions permissions already declared by @RequiresPermission |
| 32 | |
| 33 | |
Mark White | 5b3c64d | 2023-08-17 23:53:46 +0000 | [diff] [blame] | 34 | SamShouldBeLast: android.location.LocationManager#addNmeaListener(android.location.OnNmeaMessageListener, android.os.Handler): |
| 35 | SAM-compatible parameters (such as parameter 1, "listener", in android.location.LocationManager.addNmeaListener) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions |
| 36 | SamShouldBeLast: android.location.LocationManager#requestLocationUpdates(String, long, float, android.location.LocationListener, android.os.Looper): |
| 37 | SAM-compatible parameters (such as parameter 4, "listener", in android.location.LocationManager.requestLocationUpdates) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions |
| 38 | SamShouldBeLast: android.location.LocationManager#requestLocationUpdates(android.location.LocationRequest, android.location.LocationListener, android.os.Looper): |
| 39 | SAM-compatible parameters (such as parameter 2, "listener", in android.location.LocationManager.requestLocationUpdates) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions |
| 40 | SamShouldBeLast: android.location.LocationManager#requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper): |
| 41 | SAM-compatible parameters (such as parameter 4, "listener", in android.location.LocationManager.requestLocationUpdates) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions |
| 42 | SamShouldBeLast: android.location.LocationManager#requestSingleUpdate(String, android.location.LocationListener, android.os.Looper): |
| 43 | SAM-compatible parameters (such as parameter 2, "listener", in android.location.LocationManager.requestSingleUpdate) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions |
| 44 | SamShouldBeLast: android.location.LocationManager#requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper): |
| 45 | SAM-compatible parameters (such as parameter 2, "listener", in android.location.LocationManager.requestSingleUpdate) should be last to improve Kotlin interoperability; see https://kotlinlang.org/docs/reference/java-interop.html#sam-conversions |