Home
last modified time | relevance | path

Searched refs:FEATURE_LOCATION_GPS (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gnss/
DGnssStatsTests.java36 private static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in GnssStatsTests
68 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_LOCATION_GPS)) return; in testGnssStats()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DCommonPackages.java103 public static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in CommonPackages
/cts/tests/location/common/src/android/location/cts/common/
DTestUtils.java79 if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)) { in deviceHasGpsFeature()
/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java307 assertAvailable(PackageManager.FEATURE_LOCATION_GPS); in testLocationFeatures()
309 assertNotAvailable(PackageManager.FEATURE_LOCATION_GPS); in testLocationFeatures()
/cts/tests/location/location_coarse/src/android/location/cts/coarse/
DLocationManagerCoarseTest.java342 return mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS);
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DUidAtomTests.java88 private static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in UidAtomTests
436 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_LOCATION_GPS)) return; in testGpsScan()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestActivity.java636 if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)) { in setupTests()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt13151 field public static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps";