HomeSort by relevance Sort by last modified time
    Searched refs:LOCATION_SERVICE (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java 34 ).getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/src/com/android/framework/externalsharedpermstestapp/
ExternalSharedPermsTest.java 39 ).getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
ExternalSharedPermsDiffKeyTest.java 37 ).getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/location/java/android/location/
Geocoder.java 60 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
84 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
  /cts/tests/tests/location/src/android/location/cts/
GpsStatusTest.java 40 (LocationManager) getContext().getSystemService(Context.LOCATION_SERVICE);
LocationProviderTest.java 37 (LocationManager) getContext().getSystemService(Context.LOCATION_SERVICE);
GpsSatelliteTest.java 39 (LocationManager) getContext().getSystemService(Context.LOCATION_SERVICE);
LocationManagerTest.java 73 mManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
    [all...]
  /frameworks/base/core/java/android/webkit/
GeolocationService.java 56 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 118 this.getSystemService(Context.LOCATION_SERVICE);
  /cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java 47 Context.LOCATION_SERVICE);
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProvider.java 138 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
  /frameworks/base/location/tests/locationtests/src/android/location/
LocationManagerTest.java 37 manager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 76 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/core/java/android/content/
Context.java     [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 128 mLocationManager = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 269 return (LocationManager) getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 342 ServiceManager.addService(Context.LOCATION_SERVICE, location);
UiModeManagerService.java 318 (LocationManager)mContext.getSystemService(Context.LOCATION_SERVICE);
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
ReverseGeocoder.java 142 LocationManager locationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 128 context.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 314 getSystemService(Context.LOCATION_SERVICE);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 1064 milliseconds

1 2