Home
last modified time | relevance | path

Searched refs:LOCATION_SERVICE (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/location/java/android/location/
DGeocoder.java60 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/
DExternalSharedPermsFLTest.java34 ).getSystemService(Context.LOCATION_SERVICE); in testRunFineLocation()
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
DExternalSharedPermsDiffKeyTest.java37 ).getSystemService(Context.LOCATION_SERVICE); in testRunBluetoothAndFineLocation()
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
DExternalSharedPermsTest.java39 ).getSystemService(Context.LOCATION_SERVICE); in testRunLocationAndBluetooth()
/frameworks/base/core/java/android/webkit/
DGeolocationService.java54 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in GeolocationService()
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE); in LocationProviderBase()
/frameworks/base/location/tests/locationtests/src/android/location/
DLocationManagerTest.java37 manager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in setUp()
/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java141 this.getSystemService(Context.LOCATION_SERVICE); in sendUserResponse()
/frameworks/base/services/java/com/android/server/location/
DLocationBasedCountryDetector.java68 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE); in LocationBasedCountryDetector()
DGeofenceManager.java109 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GeofenceManager()
DGpsLocationProvider.java477 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GpsLocationProvider()
/frameworks/base/docs/html/training/basics/location/
Dlocationmanager.jd63 (LocationManager) this.getSystemService(Context.LOCATION_SERVICE);
106 (LocationManager) getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java67 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in FusionEngine()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java131 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE); in getLocationManager()
/frameworks/base/docs/html/guide/topics/location/
Dindex.jd40 getSystemService(Context.LOCATION_SERVICE)}. The method returns a handle to a new {@link
Dstrategies.jd101 LocationManager locationManager = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/services/java/com/android/server/
DTwilightService.java76 mLocationManager = (LocationManager)mContext.getSystemService(Context.LOCATION_SERVICE); in TwilightService()
DSystemServer.java575 ServiceManager.addService(Context.LOCATION_SERVICE, location); in run()
/frameworks/base/core/java/android/content/
DContext.java1918 public static final String LOCATION_SERVICE = "location"; field in Context
/frameworks/base/docs/html/training/tv/
Dunsupported-features-tv.jd107 LocationManager locationManager = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstopping.jd165 (LocationManager) getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/core/java/android/app/
DContextImpl.java400 registerService(LOCATION_SERVICE, new ServiceFetcher() { in registerService() argument
402 IBinder b = ServiceManager.getService(LOCATION_SERVICE); in registerService()
/frameworks/base/api/
D14.txt5106 field public static final java.lang.String LOCATION_SERVICE = "location";
D15.txt5115 field public static final java.lang.String LOCATION_SERVICE = "location";

12