/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 60 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE); in isPresent() 84 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE); in Geocoder()
|
D | LocationManager.java | 70 @SystemService(Context.LOCATION_SERVICE)
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/ |
D | ExternalSharedPermsFLTest.java | 34 ).getSystemService(Context.LOCATION_SERVICE); in testRunFineLocation()
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/ |
D | ExternalSharedPermsTest.java | 39 ).getSystemService(Context.LOCATION_SERVICE); in testRunLocationAndBluetooth()
|
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/ |
D | ExternalSharedPermsDiffKeyTest.java | 37 ).getSystemService(Context.LOCATION_SERVICE); in testRunBluetoothAndFineLocation()
|
/frameworks/base/core/java/android/os/ |
D | SystemClock.java | 332 .asInterface(ServiceManager.getService(Context.LOCATION_SERVICE));
|
/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 141 this.getSystemService(Context.LOCATION_SERVICE); in sendUserResponse()
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | LocationManagerTest.java | 37 manager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in setUp()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SensorNotificationService.java | 87 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in onBootPhase()
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | LocationProviderBase.java | 100 ServiceManager.getService(Context.LOCATION_SERVICE)); in LocationProviderBase()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationBasedCountryDetector.java | 69 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE); in LocationBasedCountryDetector()
|
D | GeofenceManager.java | 122 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GeofenceManager()
|
D | GnssLocationProvider.java | 726 Context.LOCATION_SERVICE); in handleRequestLocation() 2094 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | LocationControllerImpl.java | 130 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in isLocationEnabled()
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
D | FusionEngine.java | 63 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in FusionEngine()
|
/frameworks/base/services/core/java/com/android/server/twilight/ |
D | TwilightService.java | 121 mLocationManager = (LocationManager) c.getSystemService(Context.LOCATION_SERVICE); in onBootPhase()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | WifiPermissionsUtil.java | 428 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in retrieveLocationManagerIfNecessary()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE); in getLocationManager()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
D | UtilsTest.java | 82 when(mContext.getSystemService(Context.LOCATION_SERVICE)).thenReturn(mLocationManager); in setUp()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 184 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 3164 LOCATION_SERVICE, 3610 public static final String LOCATION_SERVICE = "location"; field in Context
|
/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 479 registerService(Context.LOCATION_SERVICE, LocationManager.class, in registerService() argument 483 IBinder b = ServiceManager.getServiceOrThrow(Context.LOCATION_SERVICE); in registerService()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | FusedPrintersProvider.java | 139 mLocationManager = (LocationManager) activity.getSystemService(Context.LOCATION_SERVICE); in FusedPrintersProvider()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | WifiPermissionsUtilTest.java | 1175 when(mMockContext.getSystemService(Context.LOCATION_SERVICE)).thenReturn(mLocationManager);
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 1428 ServiceManager.addService(Context.LOCATION_SERVICE, location); in startOtherServices()
|