Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/gnss/
DGnssStatsTests.java35 private static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in GnssStatsTests
67 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_LOCATION_GPS)) return; in testGnssStats()
/cts/tests/location/common/src/android/location/cts/common/
DTestUtils.java76 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.java333 return mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS);
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DUidAtomTests.java84 private static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in UidAtomTests
459 if (!DeviceUtils.hasFeature(getDevice(), FEATURE_LOCATION_GPS)) return; in testGpsScan()
DAtomTestCase.java116 public static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in AtomTestCase
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestActivity.java681 if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)) { in setupTests()