/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | FusedPrintersProvider.java | 129 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/ |
D | TwilightService.java | 166 mLocationManager.getCurrentLocation( in startListening() 170 mLocationManager.getCurrentLocation( in startListening()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
D | LocationProviderManagerTest.java | 724 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/ |
D | LocationManager.java | 852 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()
|
D | ILocationManager.aidl | 54 …@nullable ICancellationSignal getCurrentLocation(String provider, in LocationRequest request, in I… in getCurrentLocation() method
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationManagerService.java | 676 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/ |
D | LocationProviderManager.java | 1712 public @Nullable ICancellationSignal getCurrentLocation(LocationRequest request,
|
/frameworks/base/core/api/ |
D | system-current.txt | 4936 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull and…
|
D | current.txt | 19984 …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/ |
D | art-profile | 21359 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…
|