Searched refs:mAppStandbyElapsedThresholds (Results 1 – 1 of 1) sorted by relevance
211 long[] mAppStandbyElapsedThresholds = ELAPSED_TIME_THRESHOLDS; field in AppStandbyController782 elapsedRealtime, mAppStandbyScreenThresholds, mAppStandbyElapsedThresholds); in getBucketForLocked()1567 pw.print("mElapsedThresholds="); pw.println(Arrays.toString(mAppStandbyElapsedThresholds)); in dumpState()1947 mAppStandbyElapsedThresholds = parseLongArray(elapsedThresholdsValue, in updateSettings()1949 mCheckIdleIntervalMillis = Math.min(mAppStandbyElapsedThresholds[1] / 4, in updateSettings()