Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssAntennaInfoTest.java102 boolean isAutomotiveDevice = TestMeasurementUtil.isAutomotiveDevice(context); in checkGnssChange()
104 if(!isAutomotiveDevice){ in checkGnssChange()
108 if(!isAutomotiveDevice){ in checkGnssChange()
112 if(!isAutomotiveDevice){ in checkGnssChange()
DGnssStatusTest.java66 boolean isAutomotiveDevice = TestMeasurementUtil.isAutomotiveDevice(getContext()); in checkGnssChange()
68 if(!isAutomotiveDevice){ in checkGnssChange()
72 if(!isAutomotiveDevice){ in checkGnssChange()
76 if(!isAutomotiveDevice){ in checkGnssChange()
DGnssMeasurementRegistrationTest.java105 TestMeasurementUtil.isAutomotiveDevice(mContext)); in testGnssMeasurementRegistration()
121 TestMeasurementUtil.isAutomotiveDevice(mContext)); in testGnssMeasurementRegistration_enableFullTracking()
138 TestMeasurementUtil.isAutomotiveDevice(mContext)); in testGnssMeasurementRegistration_2secInterval()
157 TestMeasurementUtil.isAutomotiveDevice(mContext)); in testGnssMeasurementRegistration_passiveListenerOnly()
184 TestMeasurementUtil.isAutomotiveDevice(mContext)); in testGnssMeasurementRegistration_passiveListenerAndNonPassiveListener()
DGnssNavigationMessageRegistrationTest.java98 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssNavigationMessageRegistration()
DGnssMeasurementsConstellationTest.java81 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMultiConstellationSupported()
DGnssPseudorangeVerificationTest.java119 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testPseudorangeValue()
263 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testPseudoPosition()
DGnssTtffTests.java60 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testTtffWithNetwork()
DGnssNavigationMessageTest.java86 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssNavigationMessageMandatoryFieldRanges()
DGnssMeasurementWhenNoLocationTest.java106 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMeasurementWhenNoLocation()
DGnssMeasurementValuesTest.java91 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testListenForGnssMeasurements()
DGnssLocationUpdateIntervalTest.java129 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testTimeDriftBetweenUtcTimeAndElapsedRealtime()
/cts/tests/tests/app/src/android/app/cts/
DNoWeakEscrowTokenPermissionTest.java73 if (!isAutomotiveDevice() || mKeyguardManager == null) return; in cleanUp()
137 isAutomotiveDevice()); in assumeIsAutomotiveDevice()
140 private boolean isAutomotiveDevice() { in isAutomotiveDevice() method in NoWeakEscrowTokenPermissionTest
DKeyguardWeakEscrowTokenTest.java79 if (!isAutomotiveDevice() || mKeyguardManager == null) return; in cleanUp()
236 isAutomotiveDevice()); in assumeIsAutomotiveDevice()
239 private boolean isAutomotiveDevice() { in isAutomotiveDevice() method in KeyguardWeakEscrowTokenTest
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementRegistrationTest.java99 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMeasurementRegistration_enableFullTracking()
121 if (TestMeasurementUtil.isAutomotiveDevice(getContext())) { in testGnssMeasurementRegistration_enableCorrelationOutputs()
DGnssMeasurementValuesTest.java93 if (TestMeasurementUtil.isAutomotiveDevice(mContext)) { in testListenForGnssMeasurements()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDirectBootHostTest.java85 assumeTrue("Device not automotive; skipping test", isAutomotiveDevice()); in testAutomotiveFbe()
177 private boolean isAutomotiveDevice() throws Exception { in isAutomotiveDevice() method in DirectBootHostTest
/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAutoRevokeTest.kt155 if (isAutomotiveDevice()) { in <lambda>()
247 isAutomotiveDevice()) in <lambda>()
551 private fun isAutomotiveDevice(): Boolean { in <lambda>() method
616 val rowItem = if (isAutomotiveDevice()) { in <lambda>()
628 val uninstallSelector = if (isAutomotiveDevice()) { in <lambda>()
/cts/hostsidetests/accounts/src/android/host/accounts/
DBaseMultiUserTest.java152 protected boolean isAutomotiveDevice() throws Exception { in isAutomotiveDevice() method in BaseMultiUserTest
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java130 public static boolean isAutomotiveDevice(Context context) { in isAutomotiveDevice() method in TestMeasurementUtil