Searched refs:bucketIndex (Results 1 – 1 of 1) sorted by relevance
198 private void testBucketDelay(int bucketIndex) throws Exception { in testBucketDelay() argument205 setAppStandbyBucket(APP_BUCKET_TAGS[bucketIndex]); in testBucketDelay()207 final long minTriggerTime = sAlarmHistory.getLast(1) + APP_STANDBY_DELAYS[bucketIndex]; in testBucketDelay()211 assertFalse("Alarm went off before " + APP_BUCKET_TAGS[bucketIndex] + " delay", in testBucketDelay()215 assertTrue("Deferred alarm did not go off after " + APP_BUCKET_TAGS[bucketIndex] + " delay", in testBucketDelay()323 public void testSimpleQuotaDeferral(int bucketIndex) throws Exception { in testSimpleQuotaDeferral() argument324 setAppStandbyBucket(APP_BUCKET_TAGS[bucketIndex]); in testSimpleQuotaDeferral()325 final int quota = APP_STANDBY_QUOTAS[bucketIndex]; in testSimpleQuotaDeferral()