xref: /aosp_15_r20/frameworks/base/location/api/module-lib-lint-baseline.txt (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker// Baseline format: 1.0
2*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#addGpsStatusListener(android.location.GpsStatus.Listener):
3*d57664e9SAndroid Build Coastguard Worker    Method 'addGpsStatusListener' documentation mentions permissions already declared by @RequiresPermission
4*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#addNmeaListener(android.location.OnNmeaMessageListener):
5*d57664e9SAndroid Build Coastguard Worker    Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission
6*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#addNmeaListener(android.location.OnNmeaMessageListener, android.os.Handler):
7*d57664e9SAndroid Build Coastguard Worker    Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission
8*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#addNmeaListener(java.util.concurrent.Executor, android.location.OnNmeaMessageListener):
9*d57664e9SAndroid Build Coastguard Worker    Method 'addNmeaListener' documentation mentions permissions already declared by @RequiresPermission
10*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#addProximityAlert(double, double, float, long, android.app.PendingIntent):
11*d57664e9SAndroid Build Coastguard Worker    Method 'addProximityAlert' documentation mentions permissions already declared by @RequiresPermission
12*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#injectGnssMeasurementCorrections(android.location.GnssMeasurementCorrections):
13*d57664e9SAndroid Build Coastguard Worker    Method 'injectGnssMeasurementCorrections' documentation mentions permissions already declared by @RequiresPermission
14*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssMeasurementsCallback(android.location.GnssMeasurementRequest, java.util.concurrent.Executor, android.location.GnssMeasurementsEvent.Callback):
15*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @RequiresPermission
16*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssMeasurementsCallback(android.location.GnssMeasurementsEvent.Callback, android.os.Handler):
17*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @RequiresPermission
18*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssMeasurementsCallback(android.location.GnssRequest, java.util.concurrent.Executor, android.location.GnssMeasurementsEvent.Callback):
19*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @RequiresPermission
20*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssMeasurementsCallback(java.util.concurrent.Executor, android.location.GnssMeasurementsEvent.Callback):
21*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssMeasurementsCallback' documentation mentions permissions already declared by @RequiresPermission
22*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssNavigationMessageCallback(android.location.GnssNavigationMessage.Callback, android.os.Handler):
23*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssNavigationMessageCallback' documentation mentions permissions already declared by @RequiresPermission
24*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssNavigationMessageCallback(java.util.concurrent.Executor, android.location.GnssNavigationMessage.Callback):
25*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssNavigationMessageCallback' documentation mentions permissions already declared by @RequiresPermission
26*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssStatusCallback(android.location.GnssStatus.Callback):
27*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssStatusCallback' documentation mentions permissions already declared by @RequiresPermission
28*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssStatusCallback(android.location.GnssStatus.Callback, android.os.Handler):
29*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssStatusCallback' documentation mentions permissions already declared by @RequiresPermission
30*d57664e9SAndroid Build Coastguard WorkerRequiresPermission: android.location.LocationManager#registerGnssStatusCallback(java.util.concurrent.Executor, android.location.GnssStatus.Callback):
31*d57664e9SAndroid Build Coastguard Worker    Method 'registerGnssStatusCallback' documentation mentions permissions already declared by @RequiresPermission
32*d57664e9SAndroid Build Coastguard Worker
33*d57664e9SAndroid Build Coastguard Worker
34*d57664e9SAndroid Build Coastguard WorkerSamShouldBeLast: android.location.LocationManager#addNmeaListener(android.location.OnNmeaMessageListener, android.os.Handler):
35*d57664e9SAndroid Build Coastguard Worker    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*d57664e9SAndroid Build Coastguard WorkerSamShouldBeLast: android.location.LocationManager#requestLocationUpdates(String, long, float, android.location.LocationListener, android.os.Looper):
37*d57664e9SAndroid Build Coastguard Worker    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*d57664e9SAndroid Build Coastguard WorkerSamShouldBeLast: android.location.LocationManager#requestLocationUpdates(android.location.LocationRequest, android.location.LocationListener, android.os.Looper):
39*d57664e9SAndroid Build Coastguard Worker    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*d57664e9SAndroid Build Coastguard WorkerSamShouldBeLast: android.location.LocationManager#requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper):
41*d57664e9SAndroid Build Coastguard Worker    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*d57664e9SAndroid Build Coastguard WorkerSamShouldBeLast: android.location.LocationManager#requestSingleUpdate(String, android.location.LocationListener, android.os.Looper):
43*d57664e9SAndroid Build Coastguard Worker    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*d57664e9SAndroid Build Coastguard WorkerSamShouldBeLast: android.location.LocationManager#requestSingleUpdate(android.location.Criteria, android.location.LocationListener, android.os.Looper):
45*d57664e9SAndroid Build Coastguard Worker    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
46