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()
DLocationManager.java60 @SystemService(Context.LOCATION_SERVICE)
/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/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/
DSensorNotificationService.java87 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in onBootPhase()
DDeviceIdleController.java1436 Context.LOCATION_SERVICE); in onBootPhase()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DTwilightManager.java47 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE)); in getInstance()
/frameworks/base/services/core/java/com/android/server/location/
DLocationBasedCountryDetector.java69 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE); in LocationBasedCountryDetector()
DGeofenceManager.java121 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GeofenceManager()
DGnssLocationProvider.java2229 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DLocationStatsAggregator.java78 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in LocationStatsAggregator()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java121 mLocationManager = (LocationManager) c.getSystemService(Context.LOCATION_SERVICE); in onBootPhase()
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java67 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in FusionEngine()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE); in getLocationManager()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java187 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
/frameworks/base/core/java/android/content/
DContext.java2881 LOCATION_SERVICE,
3250 public static final String LOCATION_SERVICE = "location"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java368 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/
DFusedPrintersProvider.java139 mLocationManager = (LocationManager) activity.getSystemService(Context.LOCATION_SERVICE); in FusedPrintersProvider()
/frameworks/base/services/java/com/android/server/
DSystemServer.java1167 ServiceManager.addService(Context.LOCATION_SERVICE, location); in startOtherServices()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7255 field public static final java.lang.String LOCATION_SERVICE = "location";
/frameworks/base/api/
Dcurrent.txt8936 field public static final java.lang.String LOCATION_SERVICE = "location";

12