Home
last modified time | relevance | path

Searched refs:deviceHasGpsFeature (Results 1 – 4 of 4) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationRateChangeTest.java78 if (!TestUtils.deviceHasGpsFeature(getContext())) { in testVariedRates()
108 if (!TestUtils.deviceHasGpsFeature(getContext())) { in testVariedRatesOnOff()
139 if (!TestUtils.deviceHasGpsFeature(getContext())) { in testVariedRatesRepetitive()
DGnssTtffTests.java55 if (!TestUtils.deviceHasGpsFeature(getContext())) { in testTtffWithNetwork()
/cts/tests/location/common/src/android/location/cts/common/
DTestUtils.java77 public static boolean deviceHasGpsFeature(Context context) { in deviceHasGpsFeature() method in TestUtils
DTestMeasurementUtil.java115 if (!TestUtils.deviceHasGpsFeature(testLocationManager.getContext())) { in canTestRunOnCurrentDevice()