Home
last modified time | relevance | path

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

/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobThrottlingTest.java104 private boolean mAppStandbyEnabled; field in JobThrottlingTest
140 mAppStandbyEnabled = AppStandbyUtils.isAppStandbyEnabled(); in setUp()
141 if (mAppStandbyEnabled) { in setUp()
525 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_ParoleSession()
552 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_CorrectParoleWhileCharging()
581 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_DeferredUntilFreeResources()
620 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_NoRequiredNetwork()
656 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInRestrictedBucket_WithRequiredNetwork()
703 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testJobsInNeverApp()
715 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testUidActiveBypassesStandby()
[all …]
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java201 private boolean mAppStandbyEnabled; field in ActivityManagerTest
228 mAppStandbyEnabled = AppStandbyUtils.isAppStandbyEnabled(); in setUp()
1819 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testBroadcastReceiverLRUPosition()