Searched refs:mAppStandbyEnabled (Results 1 – 2 of 2) sorted by relevance
104 private boolean mAppStandbyEnabled; field in JobThrottlingTest140 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 …]
201 private boolean mAppStandbyEnabled; field in ActivityManagerTest228 mAppStandbyEnabled = AppStandbyUtils.isAppStandbyEnabled(); in setUp()1819 assumeTrue("app standby not enabled", mAppStandbyEnabled); in testBroadcastReceiverLRUPosition()