/frameworks/base/location/java/android/location/ |
D | Geocoder.java | 67 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE); in isPresent() 88 ServiceManager.getService(Context.LOCATION_SERVICE)); in Geocoder()
|
D | LocationManager.java | 95 @SystemService(Context.LOCATION_SERVICE) 422 ServiceManager.getServiceOrThrow(Context.LOCATION_SERVICE)); in getService()
|
/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 | 334 .asInterface(ServiceManager.getService(Context.LOCATION_SERVICE));
|
/frameworks/base/services/core/java/com/android/server/ |
D | SensorNotificationService.java | 85 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in onBootPhase()
|
/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
D | LocationBasedCountryDetector.java | 69 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE); in LocationBasedCountryDetector()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | LocationControllerImpl.java | 138 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in isLocationEnabled()
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | LocationProviderBase.java | 139 ServiceManager.getService(Context.LOCATION_SERVICE)); in LocationProviderBase()
|
/frameworks/base/services/core/java/com/android/server/twilight/ |
D | TwilightService.java | 124 mLocationManager = (LocationManager) c.getSystemService(Context.LOCATION_SERVICE); in onBootPhase()
|
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/ |
D | LocationPermissionCheckerTest.java | 124 mockSystemService(Context.LOCATION_SERVICE, LocationManager.class, mLocationManager); in setupMocks()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE); in getLocationManager()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 189 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
|
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ContextFixture.java | 287 case Context.LOCATION_SERVICE: in getSystemService() 313 return Context.LOCATION_SERVICE; in getSystemServiceName()
|
D | TelephonyTest.java | 493 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in setUp()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 3601 LOCATION_SERVICE, 4102 public static final String LOCATION_SERVICE = "location"; field in Context
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | FusedPrintersProvider.java | 139 mLocationManager = (LocationManager) activity.getSystemService(Context.LOCATION_SERVICE); in FusedPrintersProvider()
|
/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 537 registerService(Context.LOCATION_SERVICE, LocationManager.class, in registerService() argument 541 IBinder b = ServiceManager.getServiceOrThrow(Context.LOCATION_SERVICE); in registerService()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 558 Context.LOCATION_SERVICE); in handleRequestLocation()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | LocationManagerService.java | 176 publishBinderService(Context.LOCATION_SERVICE, mService); in onStart()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 10178 IBinder binder = ServiceManager.getService(Context.LOCATION_SERVICE); in isLocationProviderEnabled()
|
/frameworks/base/core/api/ |
D | current.txt | 10654 field public static final String LOCATION_SERVICE = "location";
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7255 field public static final java.lang.String LOCATION_SERVICE = "location";
|