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.java77 if (!TestUtils.deviceHasGpsFeature(getContext())) { in testVariedRates()
107 if (!TestUtils.deviceHasGpsFeature(getContext())) { in testVariedRatesOnOff()
138 if (!TestUtils.deviceHasGpsFeature(getContext())) { in testVariedRatesRepetitive()
DGnssTtffTests.java53 if (!TestUtils.deviceHasGpsFeature(getContext())) { in testTtffWithNetwork()
/cts/tests/location/common/src/android/location/cts/common/
DTestUtils.java74 public static boolean deviceHasGpsFeature(Context context) { in deviceHasGpsFeature() method in TestUtils
DTestMeasurementUtil.java111 if (!TestUtils.deviceHasGpsFeature(testLocationManager.getContext())) { in canTestRunOnCurrentDevice()