Home
last modified time | relevance | path

Searched refs:canTestRunOnCurrentDevice (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DGnssStatusTest.java24 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testGnssStatusChanges()
62 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testGnssStatusValues()
DGnssMeasurementRegistrationTest.java83 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testGnssMeasurementRegistration()
DGnssNavigationMessageRegistrationTest.java87 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testGnssNavigationMessageRegistration()
DGnssMeasurementsConstellationTest.java78 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testGnssMultiConstellationSupported()
DGnssMeasurementValuesTest.java76 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testListenForGnssMeasurements()
DGnssNavigationMessageTest.java71 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testGnssNavigationMessageMandatoryFieldRanges()
DGnssMeasurementWhenNoLocationTest.java96 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testGnssMeasurementWhenNoLocation()
DGnssPseudorangeVerificationTest.java89 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, in testPseudorangeValue()
DTestMeasurementUtil.java84 public static boolean canTestRunOnCurrentDevice(TestLocationManager testLocationManager, in canTestRunOnCurrentDevice() method in TestMeasurementUtil