Home
last modified time | relevance | path

Searched refs:LOCATION_SERVICE (Results 1 – 25 of 26) 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/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
DExternalSharedPermsTest.java39 ).getSystemService(Context.LOCATION_SERVICE); in testRunLocationAndBluetooth()
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
DExternalSharedPermsDiffKeyTest.java37 ).getSystemService(Context.LOCATION_SERVICE); in testRunBluetoothAndFineLocation()
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE); in LocationProviderBase()
/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java140 this.getSystemService(Context.LOCATION_SERVICE); in sendUserResponse()
/frameworks/base/location/tests/locationtests/src/android/location/
DLocationManagerTest.java37 manager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in setUp()
/frameworks/base/services/core/java/com/android/server/location/
DLocationBasedCountryDetector.java68 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE); in LocationBasedCountryDetector()
DFlpHardwareProvider.java81 Context.LOCATION_SERVICE); in FlpHardwareProvider()
DGeofenceManager.java111 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GeofenceManager()
DGpsLocationProvider.java662 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GpsLocationProvider()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DLocationStatsAggregator.java78 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in LocationStatsAggregator()
/frameworks/base/core/java/android/content/
DContext.java2096 LOCATION_SERVICE,
2370 public static final String LOCATION_SERVICE = "location"; field in Context
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java67 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in FusionEngine()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java76 Context.LOCATION_SERVICE); in onStart()
/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.jd49 getSystemService(Context.LOCATION_SERVICE)}. The method returns a handle to a new {@link
Dstrategies.jd107 LocationManager locationManager = (LocationManager) this.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java190 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/
Dhardware.jd236 Context.LOCATION_SERVICE);
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstopping.jd161 (LocationManager) getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/services/java/com/android/server/
DSystemServer.java749 ServiceManager.addService(Context.LOCATION_SERVICE, location); in startOtherServices()
/frameworks/base/core/java/android/app/
DContextImpl.java482 registerService(LOCATION_SERVICE, new ServiceFetcher() { in registerService() argument
484 IBinder b = ServiceManager.getService(LOCATION_SERVICE); in registerService()
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd336 Context.LOCATION_SERVICE);
/frameworks/base/api/
Dsystem-current.txt7497 field public static final java.lang.String LOCATION_SERVICE = "location";

12