Home
last modified time | relevance | path

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

/packages/apps/Camera2/src_pd/com/android/camera/app/
DLocationManager.java54 public Location getCurrentLocation() { in getCurrentLocation() method in LocationManager
55 return mLocationProvider.getCurrentLocation(); in getCurrentLocation()
/packages/apps/Camera2/src/com/android/camera/app/
DLocationProvider.java39 public Location getCurrentLocation(); in getCurrentLocation() method
DNoOpLocationProvider.java31 public Location getCurrentLocation() { in getCurrentLocation() method in NoOpLocationProvider
DLegacyLocationProvider.java47 public Location getCurrentLocation() { in getCurrentLocation() method in LegacyLocationProvider
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DAfcManagerTest.java179 verify(mLocationManager).getCurrentLocation(anyString(), any(), in testGetLocationAfterCountryCodeChange()
239 verify(mLocationManager).getCurrentLocation(providerArgumentCaptor.capture(), any(), in testCorrectProviderUsedForGetLocation()
/packages/apps/LegacyCamera/src/com/android/camera/
DLocationManager.java51 public Location getCurrentLocation() { in getCurrentLocation() method in LocationManager
DVideoCamera.java1210 Location loc = mLocationManager.getCurrentLocation(); in initializeRecorder()
1408 Location loc = mLocationManager.getCurrentLocation(); in generateVideoFilename()
2382 Location loc = mLocationManager.getCurrentLocation(); in onTouch()
DCamera.java1051 Location loc = mLocationManager.getCurrentLocation(); in capture()
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java387 verify(mMockLocationManager).getCurrentLocation(eq(LocationManager.GPS_PROVIDER), in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
418 verify(mMockLocationManager).getCurrentLocation(anyString(), any(LocationRequest.class), in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
448 verify(mMockLocationManager, never()).getCurrentLocation(anyString(), in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAfcManager.java308 mLocationManager.getCurrentLocation( in onCountryCodeChange()
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java413 Location loc = mLocationManager.getCurrentLocation(); in takeASnapshot()
1203 Location loc = mLocationManager.getCurrentLocation(); in setRecordLocation()
1236 Location loc = mLocationManager.getCurrentLocation(); in generateVideoValues()
DCaptureModule.java586 Location location = mLocationManager.getCurrentLocation(); in createAndStartCaptureSession()
598 Location location = mLocationManager.getCurrentLocation(); in createAndStartUntrackedCaptureSession()
DPhotoModule.java1134 Location loc = mActivity.getLocationManager().getCurrentLocation(); in capture()
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/
DEnvironmentImpl.java448 mLocationManager.getCurrentLocation(
/packages/services/Car/tests/BugReportApp/libs/
Djackson-core-2.9.9.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...
/packages/apps/Car/DebuggingRestrictionController/libs/
Djackson-core-2.11.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java1086 mLocationManager.getCurrentLocation(LocationManager.GPS_PROVIDER, in queryCurrentLocation()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1502 locationManager.getCurrentLocation( in queryCurrentLocation()