HomeSort by relevance Sort by last modified time
    Searched defs:getAppStandbyBucket (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/usage/src/android/app/usage/cts/
AppIdleHostTest.java 134 private int getAppStandbyBucket(String packageName) throws Exception {
149 assertEquals(SB_ACTIVE, getAppStandbyBucket(TEST_APP_PACKAGE));
152 assertEquals(20, getAppStandbyBucket(TEST_APP_PACKAGE));
162 assertEquals(SB_FREQUENT, getAppStandbyBucket(TEST_APP_PACKAGE));
163 assertEquals(SB_WORKING_SET, getAppStandbyBucket(TEST_APP_PACKAGE2));
170 assertNotEquals(40, getAppStandbyBucket("com.android.shell"));
177 assertEquals(SB_ACTIVE, getAppStandbyBucket(TEST_APP_PACKAGE));
180 assertEquals(SB_ACTIVE, getAppStandbyBucket(TEST_APP_PACKAGE));
183 assertEquals(SB_ACTIVE, getAppStandbyBucket(TEST_APP_PACKAGE));
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowUsageStatsManager.java 243 public @StandbyBuckets int getAppStandbyBucket(String packageName) {
319 protected int getAppStandbyBucket() {

Completed in 770 milliseconds