/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/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/core/java/android/webkit/ |
D | GeolocationService.java | 54 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in GeolocationService()
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | LocationProviderBase.java | 117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE); in LocationProviderBase()
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | LocationManagerTest.java | 37 manager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in setUp()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | NetInitiatedActivity.java | 141 this.getSystemService(Context.LOCATION_SERVICE); in sendUserResponse()
|
/frameworks/base/services/java/com/android/server/location/ |
D | LocationBasedCountryDetector.java | 68 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE); in LocationBasedCountryDetector()
|
D | GeofenceManager.java | 109 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GeofenceManager()
|
D | GpsLocationProvider.java | 477 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GpsLocationProvider()
|
/frameworks/base/docs/html/training/basics/location/ |
D | locationmanager.jd | 63 (LocationManager) this.getSystemService(Context.LOCATION_SERVICE); 106 (LocationManager) getSystemService(Context.LOCATION_SERVICE);
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
D | FusionEngine.java | 67 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in FusionEngine()
|
/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 131 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
|
/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 | 40 getSystemService(Context.LOCATION_SERVICE)}. The method returns a handle to a new {@link
|
D | strategies.jd | 101 LocationManager locationManager = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE);
|
/frameworks/base/services/java/com/android/server/ |
D | TwilightService.java | 76 mLocationManager = (LocationManager)mContext.getSystemService(Context.LOCATION_SERVICE); in TwilightService()
|
D | SystemServer.java | 575 ServiceManager.addService(Context.LOCATION_SERVICE, location); in run()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 1918 public static final String LOCATION_SERVICE = "location"; field in Context
|
/frameworks/base/docs/html/training/tv/ |
D | unsupported-features-tv.jd | 107 LocationManager locationManager = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE);
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | stopping.jd | 165 (LocationManager) getSystemService(Context.LOCATION_SERVICE);
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 400 registerService(LOCATION_SERVICE, new ServiceFetcher() { in registerService() argument 402 IBinder b = ServiceManager.getService(LOCATION_SERVICE); in registerService()
|
/frameworks/base/api/ |
D | 14.txt | 5106 field public static final java.lang.String LOCATION_SERVICE = "location";
|
D | 15.txt | 5115 field public static final java.lang.String LOCATION_SERVICE = "location";
|