Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssMeasurementRegistrationTest.java89 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMeasurementRegistration()
110 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMeasurementRegistration_enableFullTracking()
DGnssNavigationMessageRegistrationTest.java95 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssNavigationMessageRegistration()
DGnssMeasurementsConstellationTest.java79 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMultiConstellationSupported()
DGnssPseudorangeVerificationTest.java116 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testPseudorangeValue()
260 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testPseudoPosition()
DGnssNavigationMessageTest.java84 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssNavigationMessageMandatoryFieldRanges()
DGnssMeasurementValuesTest.java88 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testListenForGnssMeasurements()
DGnssMeasurementWhenNoLocationTest.java105 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMeasurementWhenNoLocation()
DGnssLocationUpdateIntervalTest.java110 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testTimeDriftBetweenUtcTimeAndElapsedRealtime()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementRegistrationTest.java97 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMeasurementRegistration_enableFullTracking()
119 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMeasurementRegistration_enableCorrelationOutputs()
DGnssMeasurementValuesTest.java91 if (TestMeasurementUtil.isAutomotiveDevice(mContext)) { in testListenForGnssMeasurements()
/cts/tests/tests/os/src/android/os/cts/
DAutoRevokeTest.kt116 if (isAutomotiveDevice()) { in <lambda>()
197 isAutomotiveDevice()) in <lambda>()
358 private fun isAutomotiveDevice(): Boolean { in <lambda>() method
411 if (isAutomotiveDevice()) { in <lambda>()
428 val uninstallSelector = if (isAutomotiveDevice()) { in <lambda>()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDirectBootHostTest.java90 assumeTrue("Device not automotive; skipping test", isAutomotiveDevice()); in testAutomotiveNativeFbe()
214 private boolean isAutomotiveDevice() throws Exception { in isAutomotiveDevice() method in DirectBootHostTest
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobParametersTest.java125 if (!isAutomotiveDevice()) { in testStopReason()
189 private boolean isAutomotiveDevice() { in isAutomotiveDevice() method in JobParametersTest
/cts/hostsidetests/accounts/src/android/host/accounts/
DBaseMultiUserTest.java153 protected boolean isAutomotiveDevice() throws Exception { in isAutomotiveDevice() method in BaseMultiUserTest
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java126 public static boolean isAutomotiveDevice(Context context) { in isAutomotiveDevice() method in TestMeasurementUtil