Home
last modified time | relevance | path

Searched refs:getCurrentLocation (Results 1 – 17 of 17) 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/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java1154 verify(mMockLocationManager).getCurrentLocation(eq(LocationManager.FUSED_PROVIDER), in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
1185 verify(mMockLocationManager).getCurrentLocation(anyString(), any(LocationRequest.class), in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
1216 verify(mMockLocationManager, never()).getCurrentLocation(anyString(), in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
1261 .getCurrentLocation(any(), any(), any(), any(), any()); in testLocationQueryThrottleTimeUpdate()
1274 .getCurrentLocation(any(), any(), any(), any(), any()); in testLocationQueryThrottleTimeUpdate()
1288 .getCurrentLocation(any(), any(), any(), any(), any()); in testLocationQueryThrottleTimeUpdate()
1302 .getCurrentLocation(any(), any(), any(), any(), any()); in testLocationQueryThrottleTimeUpdate()
2078 .getCurrentLocation(mLocationProviderStringCaptor.capture(), in testCheckSatelliteAccessRestrictionUsingGPS()
2095 .getCurrentLocation(mLocationProviderStringCaptor.capture(), in testCheckSatelliteAccessRestrictionUsingGPS()
2197 verify(mMockLocationManager, times(1)).getCurrentLocation(anyString(), in testRequestIsCommunicationAllowedForCurrentLocationWithEnablingSatellite()
[all …]
/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/apps/Camera2/src/com/android/camera/captureintent/resource/
DResourceCaptureToolsImpl.java171 resource.getLocationManager().getCurrentLocation(); in takePictureNow()
/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/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java2306 mLocationManager.getCurrentLocation(LocationManager.FUSED_PROVIDER, in queryCurrentLocation()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java1506 locationManager.getCurrentLocation( in queryCurrentLocation()