/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
H A D | LocationProviderManagerTest.java | 324 assertThat(mManager.getLastLocation(new LastLocationRequest.Builder().build(), IDENTITY, in testGetLastLocation_Fine() 329 assertThat(mManager.getLastLocation(new LastLocationRequest.Builder().build(), IDENTITY, in testGetLastLocation_Fine() 335 assertThat(mManager.getLastLocation(new LastLocationRequest.Builder().build(), IDENTITY, in testGetLastLocation_Coarse() 340 Location coarse = mManager.getLastLocation(new LastLocationRequest.Builder().build(), in testGetLastLocation_Coarse() 368 assertThat(mManager.getLastLocation( in testGetLastLocation_Bypass() 376 assertThat(mManager.getLastLocation( in testGetLastLocation_Bypass() 384 assertThat(mManager.getLastLocation( in testGetLastLocation_Bypass() 393 assertThat(mManager.getLastLocation( in testGetLastLocation_Bypass() 401 assertThat(mManager.getLastLocation( in testGetLastLocation_Bypass() 410 assertThat(mManager.getLastLocation( in testGetLastLocation_Bypass() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/ |
H A D | GeofenceManager.java | 182 Location location = getLastLocation(); in onActive() 466 Location location = getLastLocation(); in mergeRegistrations() 517 @Nullable Location getLastLocation() { in getLastLocation() method in GeofenceManager 524 location = getLocationManager().getLastLocation(); in getLastLocation()
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | LocationResult.java | 126 public @NonNull Location getLastLocation() { in getLastLocation() method in LocationResult 175 return LocationResult.wrap(getLastLocation()); in asLastLocationResult()
|
H A D | ILocationManager.aidl | 53 …@nullable Location getLastLocation(String provider, in LastLocationRequest request, String package… in getLastLocation() method
|
H A D | LocationManager.java | 844 public Location getLastLocation() { in getLastLocation() method in LocationManager 903 return mService.getLastLocation(provider, lastLocationRequest, in getLastKnownLocation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/twilight/ |
H A D | TwilightService.java | 164 if (mLocationManager.getLastLocation() == null) { in startListening() 215 : mLocationManager.getLastLocation(); in updateTwilightState()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/ |
H A D | StationaryThrottlingLocationProvider.java | 100 mLastLocation = locationResult.getLastLocation(); in onReportLocation()
|
H A D | LocationProviderManager.java | 284 locationResult.getLastLocation()); in deliverOnLocationChanged() 342 mCallback.onLocation(locationResult.getLastLocation()); in deliverOnLocationChanged() 948 setLastDeliveredLocation(locationResult.getLastLocation()); in acceptLocationChange() 1712 @Nullable public Location getLastLocation(LastLocationRequest request, 2557 setLastLocation(filtered.getLastLocation(), UserHandle.USER_ALL);
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | FusedPrintersProvider.java | 262 Location lastLocation = mLocationManager.getLastLocation(); in onStartLoading()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationManagerService.java | 957 public Location getLastLocation(String provider, LastLocationRequest request, in getLastLocation() method in LocationManagerService 975 return manager.getLastLocation(request, identity, permissionLevel); in getLastLocation()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 23291 Landroid/location/ILocationManager$Stub$Proxy;->getLastLocation(Landroid/location/LocationRequest;L… 23385 Landroid/location/ILocationManager;->getLastLocation(Landroid/location/LocationRequest;Ljava/lang/S… 23500 Landroid/location/LocationManager;->getLastLocation()Landroid/location/Location;
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 10546 HSPLandroid/location/ILocationManager$Stub$Proxy;->getLastLocation(Ljava/lang/String;Landroid/locat…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 10549 HSPLandroid/location/ILocationManager$Stub$Proxy;->getLastLocation(Ljava/lang/String;Landroid/locat…
|