Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DDirectBootHostTest.java86 } else if (!isAutomotiveDevice()) { in testAutomotiveNativeFbe()
219 private boolean isAutomotiveDevice() throws Exception { in isAutomotiveDevice() method in DirectBootHostTest
/cts/hostsidetests/multiuser/src/android/host/multiuser/
DSecondaryUsersTest.java36 if (!isAutomotiveDevice() || !mSupportsMultiUser) { in testSwitchToSecondaryUserBeforeBootComplete()
DCreateUsersPermissionTest.java74 if (!isAutomotiveDevice()) { in testCanCreateGuestUserWhenUserLimitReached()
DBaseMultiUserTest.java144 protected boolean isAutomotiveDevice() throws Exception { in isAutomotiveDevice() method in BaseMultiUserTest