/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()
|
/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/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/location/ |
D | LocationBasedCountryDetector.java | 68 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE); in LocationBasedCountryDetector()
|
D | FlpHardwareProvider.java | 81 Context.LOCATION_SERVICE); in FlpHardwareProvider()
|
D | GeofenceManager.java | 111 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GeofenceManager()
|
D | GpsLocationProvider.java | 662 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GpsLocationProvider()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | LocationStatsAggregator.java | 78 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in LocationStatsAggregator()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 2096 LOCATION_SERVICE, 2370 public static final String LOCATION_SERVICE = "location"; field in Context
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
D | FusionEngine.java | 67 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in FusionEngine()
|
/frameworks/base/services/core/java/com/android/server/twilight/ |
D | TwilightService.java | 76 Context.LOCATION_SERVICE); in onStart()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/ |
D | TrackerService.java | 269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE); in getLocationManager()
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 49 getSystemService(Context.LOCATION_SERVICE)}. The method returns a handle to a new {@link
|
D | strategies.jd | 107 LocationManager locationManager = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE);
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 190 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
|
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/ |
D | hardware.jd | 236 Context.LOCATION_SERVICE);
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | stopping.jd | 161 (LocationManager) getSystemService(Context.LOCATION_SERVICE);
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 749 ServiceManager.addService(Context.LOCATION_SERVICE, location); in startOtherServices()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 482 registerService(LOCATION_SERVICE, new ServiceFetcher() { in registerService() argument 484 IBinder b = ServiceManager.getService(LOCATION_SERVICE); in registerService()
|
/frameworks/base/docs/html/training/tv/start/ |
D | hardware.jd | 336 Context.LOCATION_SERVICE);
|
/frameworks/base/api/ |
D | system-current.txt | 7497 field public static final java.lang.String LOCATION_SERVICE = "location";
|