/packages/apps/Camera2/src_pd/com/android/camera/app/ |
D | LocationManager.java | 54 public Location getCurrentLocation() { in getCurrentLocation() method in LocationManager 55 return mLocationProvider.getCurrentLocation(); in getCurrentLocation()
|
/packages/apps/Camera2/src/com/android/camera/app/ |
D | LocationProvider.java | 39 public Location getCurrentLocation(); in getCurrentLocation() method
|
D | NoOpLocationProvider.java | 31 public Location getCurrentLocation() { in getCurrentLocation() method in NoOpLocationProvider
|
D | LegacyLocationProvider.java | 47 public Location getCurrentLocation() { in getCurrentLocation() method in LegacyLocationProvider
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | AfcManagerTest.java | 179 verify(mLocationManager).getCurrentLocation(anyString(), any(), in testGetLocationAfterCountryCodeChange() 239 verify(mLocationManager).getCurrentLocation(providerArgumentCaptor.capture(), any(), in testCorrectProviderUsedForGetLocation()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | LocationManager.java | 51 public Location getCurrentLocation() { in getCurrentLocation() method in LocationManager
|
D | VideoCamera.java | 1210 Location loc = mLocationManager.getCurrentLocation(); in initializeRecorder() 1408 Location loc = mLocationManager.getCurrentLocation(); in generateVideoFilename() 2382 Location loc = mLocationManager.getCurrentLocation(); in onTouch()
|
D | Camera.java | 1051 Location loc = mLocationManager.getCurrentLocation(); in capture()
|
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/ |
D | SatelliteAccessControllerTest.java | 387 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/ |
D | AfcManager.java | 308 mLocationManager.getCurrentLocation( in onCountryCodeChange()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | VideoModule.java | 413 Location loc = mLocationManager.getCurrentLocation(); in takeASnapshot() 1203 Location loc = mLocationManager.getCurrentLocation(); in setRecordLocation() 1236 Location loc = mLocationManager.getCurrentLocation(); in generateVideoValues()
|
D | CaptureModule.java | 586 Location location = mLocationManager.getCurrentLocation(); in createAndStartCaptureSession() 598 Location location = mLocationManager.getCurrentLocation(); in createAndStartUntrackedCaptureSession()
|
D | PhotoModule.java | 1134 Location loc = mActivity.getLocationManager().getCurrentLocation(); in capture()
|
/packages/modules/GeoTZ/locationtzprovider/src/main/java/com/android/timezone/location/provider/ |
D | EnvironmentImpl.java | 448 mLocationManager.getCurrentLocation(
|
/packages/services/Car/tests/BugReportApp/libs/ |
D | jackson-core-2.9.9.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/LICENSE
META-INF ... |
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | jackson-core-2.11.1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/ |
D | SatelliteAccessController.java | 1086 mLocationManager.getCurrentLocation(LocationManager.GPS_PROVIDER, in queryCurrentLocation()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 1502 locationManager.getCurrentLocation( in queryCurrentLocation()
|