Searched refs:checkCounts (Results 1 – 1 of 1) sorted by relevance
67 int checkCounts = IsInBackground() ? IDLE_INBACKGROUND_CHECK_LENGTH : IDLE_CHECK_LENGTH; in CheckLowNotifyState() local69 checkCounts, static_cast<int>(numberOfLowIdleNotifyCycles_)); in CheckLowNotifyState()70 return numberOfLowIdleNotifyCycles_ >= static_cast<int64_t>(checkCounts); in CheckLowNotifyState()75 int checkCounts = IsInBackground() ? IDLE_INBACKGROUND_CHECK_LENGTH : IDLE_CHECK_LENGTH; in CheckLowRunningDurationState() local77 checkCounts, static_cast<int>(numberOfHighIdleTimeRatio_)); in CheckLowRunningDurationState()78 return numberOfHighIdleTimeRatio_ >= static_cast<int64_t>(checkCounts); in CheckLowRunningDurationState()