Searched refs:LOCATION_SERVICE (Results 1 - 13 of 13) 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/core/java/android/webkit/
H A DGeolocationService.java56 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/core/java/com/android/internal/app/
H A DNetInitiatedActivity.java123 this.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/location/java/android/location/
H A DGeocoder.java65 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
/frameworks/base/location/java/android/location/provider/
H A DLocationProvider.java132 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationManagerTest.java37 manager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java1190 * <dt> {@link #LOCATION_SERVICE} ("location")
1234 * @see #LOCATION_SERVICE
1354 public static final String LOCATION_SERVICE = "location"; field in class:Context
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java319 ServiceManager.addService(Context.LOCATION_SERVICE, location);
H A DUiModeManagerService.java318 (LocationManager)mContext.getSystemService(Context.LOCATION_SERVICE);
/frameworks/base/core/java/android/app/
H A DContextImpl.java945 } else if (LOCATION_SERVICE.equals(name)) {
1103 IBinder b = ServiceManager.getService(LOCATION_SERVICE);

Completed in 122 milliseconds