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

1 2 3

  /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/SmokeTests/src/com/android/emulator/smoketests/gps/
GpsLocationTest.java 48 getSystemService(Context.LOCATION_SERVICE);
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 117 IBinder b = ServiceManager.getService(Context.LOCATION_SERVICE);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeTestActivity.java 253 LocationManager manager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
260 LocationManager manager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
GpsTestActivity.java 57 Context.LOCATION_SERVICE);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LocationProviderFactory.java 133 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/location/
LocationBasedCountryDetector.java 68 mLocationManager = (LocationManager) ctx.getSystemService(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/app/
LegacyLocationProvider.java 79 mContext.getSystemService(Context.LOCATION_SERVICE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 78 (LocationManager) context.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 52 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);
  /frameworks/base/core/java/android/content/
Context.java     [all...]

Completed in 1614 milliseconds

1 2 3