Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssMeasurementRegistrationTest.java85 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementRegistration()
106 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementRegistration_enableFullTracking()
DGnssStatusTest.java28 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssStatusChanges()
66 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssStatusValues()
DGnssLocationValuesTest.java69 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testAccuracyFields()
139 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testLocationRegularFields()
DGnssLocationUpdateIntervalTest.java93 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testLocationUpdatesAtVariousIntervals()
106 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testTimeDriftBetweenUtcTimeAndElapsedRealtime()
DGnssNavigationMessageRegistrationTest.java91 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssNavigationMessageRegistration()
DGnssMeasurementsConstellationTest.java75 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMultiConstellationSupported()
DGnssAntennaInfoTest.java49 assumeTrue(TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)); in testGnssAntennaInfoValues()
DGnssPseudorangeVerificationTest.java112 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testPseudorangeValue()
256 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testPseudoPosition()
DGnssNavigationMessageTest.java80 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssNavigationMessageMandatoryFieldRanges()
DGnssMeasurementValuesTest.java84 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testListenForGnssMeasurements()
DGnssMeasurementWhenNoLocationTest.java101 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementWhenNoLocation()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementRegistrationTest.java93 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementRegistration_enableFullTracking()
115 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testGnssMeasurementRegistration_enableCorrelationOutputs()
DGnssLocationValuesTest.java79 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testLowPowerModeGnssLocation()
DGnssMeasurementValuesTest.java87 if (!TestMeasurementUtil.canTestRunOnCurrentDevice(mTestLocationManager, TAG)) { in testListenForGnssMeasurements()
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java108 public static boolean canTestRunOnCurrentDevice(TestLocationManager testLocationManager, in canTestRunOnCurrentDevice() method in TestMeasurementUtil