Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java114 private boolean mAppStandbyEnabled; field in JobThrottlingTest
167 mAppStandbyEnabled = AppStandbyUtils.isAppStandbyEnabled(); in setUp()
168 if (mAppStandbyEnabled) { in setUp()
385 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_ParoleSession()
414 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_CorrectParoleWhileCharging()
446 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_DeferredUntilFreeResources()
487 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_NoRequiredNetwork()
525 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_WithRequiredNetwork()
577 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInNeverApp()
868 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testRestrictingStopReason_RestrictedBucket()