Searched refs:LOCATION_SERVICE (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
H A DExternalSharedPermsFLTest.java34 ).getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
H A DExternalSharedPermsTest.java39 ).getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java37 ).getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/location/java/android/location/
H A DGeocoder.java60 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
84 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
/frameworks/base/location/lib/java/com/android/location/provider/
H A DLocationProviderBase.java117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java140 this.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationManagerTest.java37 manager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java69 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE);
H A DFlpHardwareProvider.java85 Context.LOCATION_SERVICE);
H A DGeofenceManager.java111 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
H A DGnssLocationProvider.java2174 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightManager.java47 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusionEngine.java67 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java78 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java189 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java106 Context.LOCATION_SERVICE);
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java336 registerService(Context.LOCATION_SERVICE, LocationManager.class,
340 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2653 LOCATION_SERVICE,
2752 * <dt> {@link #LOCATION_SERVICE} ("location")
2810 * @see #LOCATION_SERVICE
3011 public static final String LOCATION_SERVICE = "location"; field in class:Context
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java139 mLocationManager = (LocationManager) activity.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java903 ServiceManager.addService(Context.LOCATION_SERVICE, location);
/frameworks/base/services/core/java/com/android/server/
H A DDeviceIdleController.java1387 Context.LOCATION_SERVICE);

Completed in 3194 milliseconds