Searched refs:SB_ACTIVE (Results 1 – 1 of 1) sorted by relevance
43 private static final int SB_ACTIVE = 10; field in AppIdleHostTest148 setAppStandbyBucket(TEST_APP_PACKAGE, SB_ACTIVE); in testSetAppStandbyBucket()149 assertEquals(SB_ACTIVE, getAppStandbyBucket(TEST_APP_PACKAGE)); in testSetAppStandbyBucket()176 setAppStandbyBucket(TEST_APP_PACKAGE, SB_ACTIVE); in testOutOfBoundsStandbyBucket()177 assertEquals(SB_ACTIVE, getAppStandbyBucket(TEST_APP_PACKAGE)); in testOutOfBoundsStandbyBucket()179 setAppStandbyBucket(TEST_APP_PACKAGE, SB_ACTIVE - 1); in testOutOfBoundsStandbyBucket()180 assertEquals(SB_ACTIVE, getAppStandbyBucket(TEST_APP_PACKAGE)); in testOutOfBoundsStandbyBucket()183 assertEquals(SB_ACTIVE, getAppStandbyBucket(TEST_APP_PACKAGE)); in testOutOfBoundsStandbyBucket()