Home
last modified time | relevance | path

Searched refs:getCurrentLocation (Results 1 – 12 of 12) 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/location/java/android/location/
DLocationManager.java942 public void getCurrentLocation(@NonNull String provider, in getCurrentLocation() method in LocationManager
945 getCurrentLocation( in getCurrentLocation()
976 public void getCurrentLocation(@NonNull LocationRequest locationRequest, in getCurrentLocation() method in LocationManager
980 getCurrentLocation(locationRequest.getProvider(), locationRequest, cancellationSignal, in getCurrentLocation()
1021 public void getCurrentLocation(@NonNull String provider, in getCurrentLocation() method in LocationManager
1037 cancelRemote = mService.getCurrentLocation(provider, in getCurrentLocation()
DILocationManager.aidl55 …@nullable ICancellationSignal getCurrentLocation(String provider, in LocationRequest request, in I… in getCurrentLocation() method
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
DLocationProviderManagerTest.java799 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation()
811 ICancellationSignal cancellationSignal = mManager.getCurrentLocation(request, in testGetCurrentLocation_Cancel()
823 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_ProviderDisabled()
837 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_ProviderAlreadyDisabled()
851 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_LastLocation()
859 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_Timeout()
871 mManager.getCurrentLocation(request, IDENTITY, PERMISSION_FINE, listener); in testGetCurrentLocation_InvisibleUser()
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java775 public ICancellationSignal getCurrentLocation(String provider, LocationRequest request, in getCurrentLocation() method in LocationManagerService
805 return manager.getCurrentLocation(request, identity, permissionLevel, consumer); in getCurrentLocation()
/frameworks/base/location/api/
Dcurrent.txt537 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull Str…
538 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull Str…
Dsystem-current.txt442 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull and…
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java1964 @Nullable public ICancellationSignal getCurrentLocation(LocationRequest request,
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java8526 verify(getServices().locationManager, times(1)).getCurrentLocation( in testSendLostModeLocationUpdate_asDeviceOwner()
8542 verify(getServices().locationManager, times(1)).getCurrentLocation( in testSendLostModeLocationUpdate_asProfileOwnerOfOrgOwnedDevice()
8556 verify(getServices().locationManager, never()).getCurrentLocation( in testSendLostModeLocationUpdate_noProviderIsEnabled()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java8222 mInjector.getLocationManager().getCurrentLocation(providers[index],
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...