HomeSort by relevance Sort by last modified time
    Searched refs:LOCATION_SERVICE (Results 1 - 25 of 50) 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);
  /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);
LocationProviderTest.java 35 (LocationManager) getContext().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/GpsLocationTest/src/com/android/emulator/gps/test/
GpsLocationTest.java 48 getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 118 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 57 Context.LOCATION_SERVICE);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LocationProvider.java 134 Context.LOCATION_SERVICE);
  /frameworks/base/core/java/com/android/internal/app/
NetInitiatedActivity.java 141 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/java/com/android/server/location/
LocationBasedCountryDetector.java 68 mLocationManager = (LocationManager) ctx.getSystemService(Context.LOCATION_SERVICE);
FlpHardwareProvider.java 76 Context.LOCATION_SERVICE);
  /packages/apps/Camera/src/com/android/camera/
LocationManager.java 77 mContext.getSystemService(Context.LOCATION_SERVICE);
  /packages/apps/Camera2/src/com/android/camera/
LocationManager.java 77 mContext.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);
  /cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java 47 Context.LOCATION_SERVICE);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextWrapperTest.java 138 assertSameInstanceEveryTime(Context.LOCATION_SERVICE);
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java 67 mLocationManager = (LocationManager) context.getSystemService(Context.LOCATION_SERVICE);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
LocationStatsAggregator.java 78 (LocationManager) context.getSystemService(Context.LOCATION_SERVICE);
  /cts/tests/tests/app/src/android/app/cts/
SystemFeaturesTest.java 76 mLocationManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);
  /cts/tests/tests/location2/src/android/location2/cts/
LocationManagerTest.java 70 mManager = (LocationManager) mContext.getSystemService(Context.LOCATION_SERVICE);

Completed in 675 milliseconds

1 2