Home
last modified time | relevance | path

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

/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsValidationTest.java52 public static final String FEATURE_LOCATION_GPS = "android.hardware.location.gps"; field in BatteryStatsValidationTest
246 if (isTV() || !hasFeature(FEATURE_LOCATION_GPS, true)) { in testGpsUpdates()
/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java248 assertAvailable(PackageManager.FEATURE_LOCATION_GPS); in testLocationFeatures()
250 assertNotAvailable(PackageManager.FEATURE_LOCATION_GPS); in testLocationFeatures()
/cts/tests/tests/location/src/android/location/cts/
DTestMeasurementUtil.java97 if (!pm.hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)) { in canTestRunOnCurrentDevice()
DLocationManagerTest.java192 PackageManager.FEATURE_LOCATION_GPS); in hasGpsFeature()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestActivity.java568 if (getPackageManager().hasSystemFeature(PackageManager.FEATURE_LOCATION_GPS)) { in setupTests()