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()
DLocationManager.java70 @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/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/core/java/android/os/
DSystemClock.java332 .asInterface(ServiceManager.getService(Context.LOCATION_SERVICE));
/frameworks/base/core/java/com/android/internal/app/
DNetInitiatedActivity.java141 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()
/frameworks/base/location/lib/java/com/android/location/provider/
DLocationProviderBase.java100 ServiceManager.getService(Context.LOCATION_SERVICE)); in LocationProviderBase()
/frameworks/base/services/core/java/com/android/server/location/
DLocationBasedCountryDetector.java69 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE); in LocationBasedCountryDetector()
DGeofenceManager.java122 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in GeofenceManager()
DGnssLocationProvider.java726 Context.LOCATION_SERVICE); in handleRequestLocation()
2094 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java130 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in isLocationEnabled()
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusionEngine.java63 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE); in FusionEngine()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java121 mLocationManager = (LocationManager) c.getSystemService(Context.LOCATION_SERVICE); in onBootPhase()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java428 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE); in retrieveLocationManagerIfNecessary()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE); in getLocationManager()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DUtilsTest.java82 when(mContext.getSystemService(Context.LOCATION_SERVICE)).thenReturn(mLocationManager); in setUp()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java184 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); in GpsNetInitiatedHandler()
/frameworks/base/core/java/android/content/
DContext.java3164 LOCATION_SERVICE,
3610 public static final String LOCATION_SERVICE = "location"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java479 registerService(Context.LOCATION_SERVICE, LocationManager.class, in registerService() argument
483 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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DWifiPermissionsUtilTest.java1175 when(mMockContext.getSystemService(Context.LOCATION_SERVICE)).thenReturn(mLocationManager);
/frameworks/base/services/java/com/android/server/
DSystemServer.java1428 ServiceManager.addService(Context.LOCATION_SERVICE, location); in startOtherServices()

12