Searched refs:IDLE_BUCKET_CUTOFF (Results 1 – 2 of 2) sorted by relevance
92 static final int IDLE_BUCKET_CUTOFF = STANDBY_BUCKET_RARE; field in AppIdleHistory417 return appUsageHistory.currentBucket >= IDLE_BUCKET_CUTOFF; in isIdle()592 newBucket = IDLE_BUCKET_CUTOFF; in setIdle()
1242 final boolean stillIdle = appHistory.currentBucket >= AppIdleHistory.IDLE_BUCKET_CUTOFF; in reportEventLocked()1307 if (idle && minBucket < AppIdleHistory.IDLE_BUCKET_CUTOFF) { in forceIdleState()1546 && getAppMinBucket(packageName, appId, userId) >= AppIdleHistory.IDLE_BUCKET_CUTOFF; in isAppIdleFiltered()1823 app.currentBucket >= AppIdleHistory.IDLE_BUCKET_CUTOFF; in setAppStandbyBucket()1826 final boolean stillIdle = newBucket >= AppIdleHistory.IDLE_BUCKET_CUTOFF; in setAppStandbyBucket()1929 final boolean previouslyIdle = app.currentBucket >= AppIdleHistory.IDLE_BUCKET_CUTOFF; in setAppStandbyBucket()1932 final boolean stillIdle = newBucket >= AppIdleHistory.IDLE_BUCKET_CUTOFF; in setAppStandbyBucket()