Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src_pd/com/android/camera/app/
H A DLocationManager.java54 public Location getCurrentLocation() { in getCurrentLocation() method in LocationManager
55 return mLocationProvider.getCurrentLocation(); in getCurrentLocation()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A 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()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DLocationProvider.java39 public Location getCurrentLocation(); in getCurrentLocation() method
H A DNoOpLocationProvider.java31 public Location getCurrentLocation() { in getCurrentLocation() method in NoOpLocationProvider
H A DLegacyLocationProvider.java47 public Location getCurrentLocation() { in getCurrentLocation() method in LegacyLocationProvider
/aosp12/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java166 mLocationManager.getCurrentLocation( in startListening()
170 mLocationManager.getCurrentLocation( in startListening()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DLocationManager.java51 public Location getCurrentLocation() { in getCurrentLocation() method in LocationManager
H A DVideoCamera.java1209 Location loc = mLocationManager.getCurrentLocation(); in initializeRecorder()
1407 Location loc = mLocationManager.getCurrentLocation(); in generateVideoFilename()
2381 Location loc = mLocationManager.getCurrentLocation(); in onTouch()
H A DCamera.java1051 Location loc = mLocationManager.getCurrentLocation(); in capture()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/
H A 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()
/aosp12/frameworks/base/location/java/android/location/
H A 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()
H A DILocationManager.aidl54 …@nullable ICancellationSignal getCurrentLocation(String provider, in LocationRequest request, in I… in getCurrentLocation() method
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/resource/
H A DResourceCaptureToolsImpl.java171 resource.getLocationManager().getCurrentLocation(); in takePictureNow()
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java413 Location loc = mLocationManager.getCurrentLocation(); in takeASnapshot()
1203 Location loc = mLocationManager.getCurrentLocation(); in setRecordLocation()
1236 Location loc = mLocationManager.getCurrentLocation(); in generateVideoValues()
H A DCaptureModule.java556 Location location = mLocationManager.getCurrentLocation(); in createAndStartCaptureSession()
568 Location location = mLocationManager.getCurrentLocation(); in createAndStartUntrackedCaptureSession()
H A DPhotoModule.java1134 Location loc = mActivity.getLocationManager().getCurrentLocation(); in capture()
/aosp12/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
H A DEnvironmentImpl.java431 mLocationManager.getCurrentLocation(
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp12/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java676 public ICancellationSignal getCurrentLocation(String provider, LocationRequest request, in getCurrentLocation() method in LocationManagerService
695 return manager.getCurrentLocation(request, identity, permissionLevel, consumer); in getCurrentLocation()
/aosp12/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java1755 public @Nullable ICancellationSignal getCurrentLocation(LocationRequest request,
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt4944 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull and…
H A Dcurrent.txt19998 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull Str…
19999 …ON, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void getCurrentLocation(@NonNull Str…
/aosp12/frameworks/base/services/
H A 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…