/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 | 60 @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/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/ |
D | ExternalSharedPermsDiffKeyTest.java | 37 ).getSystemService(Context.LOCATION_SERVICE); in testRunBluetoothAndFineLocation()
|
/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/location/lib/java/com/android/location/provider/ |
D | LocationProviderBase.java | 117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE); in LocationProviderBase()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 140 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()
|
D | DeviceIdleController.java | 1436 Context.LOCATION_SERVICE); in onBootPhase()
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | TwilightManager.java | 47 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE)); in getInstance()
|
/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 | 121 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GeofenceManager()
|
D | GnssLocationProvider.java | 2229 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | LocationStatsAggregator.java | 78 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in LocationStatsAggregator()
|
/frameworks/base/services/core/java/com/android/server/twilight/ |
D | TwilightService.java | 121 mLocationManager = (LocationManager) c.getSystemService(Context.LOCATION_SERVICE); in onBootPhase()
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
D | FusionEngine.java | 67 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in FusionEngine()
|
/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 | 187 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 2881 LOCATION_SERVICE, 3250 public static final String LOCATION_SERVICE = "location"; field in Context
|
/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 368 registerService(Context.LOCATION_SERVICE, LocationManager.class, in registerService() argument 372 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/base/services/java/com/android/server/ |
D | SystemServer.java | 1167 ServiceManager.addService(Context.LOCATION_SERVICE, location); in startOtherServices()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7255 field public static final java.lang.String LOCATION_SERVICE = "location";
|
/frameworks/base/api/ |
D | current.txt | 8936 field public static final java.lang.String LOCATION_SERVICE = "location";
|