Home
last modified time | relevance | path

Searched refs:getCurrentLocation (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DFusedPrintersProvider.java129 private Location getCurrentLocation() { in getCurrentLocation() method in FusedPrintersProvider
182 Location location = getCurrentLocation(); in computeAndDeliverResult()
319 getCurrentLocation()); in loadInternal()
330 updatePrinters(printers, mFavoritePrinters, getCurrentLocation()); in loadInternal()
505 updatePrinters(mDiscoverySession.getPrinters(), newFavoritePrinters, getCurrentLocation()); in forgetFavoritePrinter()
674 Location location = getCurrentLocation(); in addPrinterAndWritePrinterHistory()
831 getCurrentLocation()); in onPostExecute()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java166 mLocationManager.getCurrentLocation( in startListening()
170 mLocationManager.getCurrentLocation( in startListening()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
DLocationProviderManagerTest.java724 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation()
736 ICancellationSignal cancellationSignal = mManager.getCurrentLocation(request, in testGetCurrentLocation_Cancel()
748 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_ProviderDisabled()
762 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_ProviderAlreadyDisabled()
776 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_LastLocation()
784 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_Timeout()
/frameworks/base/location/java/android/location/
DLocationManager.java852 public void getCurrentLocation(@NonNull String provider, in getCurrentLocation() method in LocationManager
855 getCurrentLocation( in getCurrentLocation()
886 public void getCurrentLocation(@NonNull LocationRequest locationRequest, in getCurrentLocation() method in LocationManager
890 getCurrentLocation(locationRequest.getProvider(), locationRequest, cancellationSignal, in getCurrentLocation()
931 public void getCurrentLocation(@NonNull String provider, in getCurrentLocation() method in LocationManager
947 cancelRemote = mService.getCurrentLocation(provider, in getCurrentLocation()
DILocationManager.aidl54 …@nullable ICancellationSignal getCurrentLocation(String provider, in LocationRequest request, in I… in getCurrentLocation() method
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java676 public ICancellationSignal getCurrentLocation(String provider, LocationRequest request, in getCurrentLocation() method in LocationManagerService
695 return manager.getCurrentLocation(request, identity, permissionLevel, consumer); in getCurrentLocation()
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java1712 public @Nullable ICancellationSignal getCurrentLocation(LocationRequest request,
/frameworks/base/core/api/
Dsystem-current.txt4936 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull and…
Dcurrent.txt19984 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull Str…
19985 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull Str…
/frameworks/base/services/
Dart-profile21359 HPLcom/android/server/location/LocationManagerService;->getCurrentLocation(Ljava/lang/String;Landro…
23116 HPLcom/android/server/location/provider/LocationProviderManager;->getCurrentLocation(Landroid/locat…
23131 HPLcom/android/server/location/provider/LocationProviderManager;->lambda$getCurrentLocation$1$Locat…