Home
last modified time | relevance | path

Searched refs:hasFeatureAutomotive (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/hibernation/src/android/hibernation/cts/
DAppHibernationUtils.kt230 hasFeatureWatch() || hasFeatureTV() || hasFeatureAutomotive() in withSafetyCenterEnabled()
291 if (hasFeatureAutomotive()) { in openUnusedAppsNotification()
320 fun hasFeatureAutomotive(): Boolean { in hasFeatureAutomotive() method
DAppHibernationIntegrationTest.kt386 return Flags.archiving() && !hasFeatureAutomotive() in <lambda>()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java175 boolean hasFeatureAutomotive = in setUp()
180 if (hasFeatureAutomotive || mLeanbackOnly) { in setUp()