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

1 2 3

  /external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/
DemoApplicationModule.java 24 import static android.content.Context.LOCATION_SERVICE;
46 return (LocationManager) application.getSystemService(LOCATION_SERVICE);
  /external/dagger2/examples/android-simple/src/main/java/com/example/dagger/simple/
AndroidModule.java 24 import static android.content.Context.LOCATION_SERVICE;
47 return (LocationManager) application.getSystemService(LOCATION_SERVICE);
  /frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/src/com/android/framework/externalsharedpermsfltestapp/
ExternalSharedPermsFLTest.java 34 ).getSystemService(Context.LOCATION_SERVICE);
  /cts/tests/tests/location/src/android/location/cts/
GpsStatusTest.java 35 (LocationManager) getContext().getSystemService(Context.LOCATION_SERVICE);
GpsSatelliteTest.java 35 (LocationManager) getContext().getSystemService(Context.LOCATION_SERVICE);
TestLocationManager.java 44 (LocationManager) mContext.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);
  /development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 48 getSystemService(Context.LOCATION_SERVICE);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
LocationUtils.java 65 ServiceManager.getService(Context.LOCATION_SERVICE));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationListenerActivity.java 51 mLocationManager = (LocationManager) getSystemService(LOCATION_SERVICE);
LocationModeTestActivity.java 253 LocationManager manager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
260 LocationManager manager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
GpsTestActivity.java 57 Context.LOCATION_SERVICE);
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
  /packages/apps/TV/src/com/android/tv/util/
LocationUtils.java 131 Context.LOCATION_SERVICE);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
LocationFacade.java 117 mLocationManager = (LocationManager) mService.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 140 this.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/location/tests/locationtests/src/android/location/
LocationManagerTest.java 37 manager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/services/core/java/com/android/server/
SensorNotificationService.java 87 (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/services/core/java/com/android/server/location/
LocationBasedCountryDetector.java 69 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightManager.java 52 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE));
  /packages/apps/Camera2/src/com/android/camera/util/
AndroidServices.java 110 return (LocationManager) getSystemService(Context.LOCATION_SERVICE);
  /packages/apps/LegacyCamera/src/com/android/camera/
LocationManager.java 77 mContext.getSystemService(Context.LOCATION_SERVICE);
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 114 mLocationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
140 (LocationManager) getSystemService(Context.LOCATION_SERVICE);

Completed in 719 milliseconds

1 2 3