Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java232 private static final int[] TEST_STANDBY_BUCKETS = new int[] { field in BackgroundRestrictionTest
358 for (int i = 0; i < TEST_STANDBY_BUCKETS.length; i++) { in initController()
361 appStandbyInfoList.add(new AppStandbyInfo(packageName, TEST_STANDBY_BUCKETS[i])); in initController()
368 doReturn(TEST_STANDBY_BUCKETS[i]) in initController()