Home
last modified time | relevance | path

Searched refs:screenTimeThresholds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
DAppIdleHistory.java481 long[] screenTimeThresholds, long[] elapsedTimeThresholds) { in getThresholdIndex() argument
486 if (appUsageHistory == null) return screenTimeThresholds.length - 1; in getThresholdIndex()
496 for (int i = screenTimeThresholds.length - 1; i >= 0; i--) { in getThresholdIndex()
497 if (screenOnDelta >= screenTimeThresholds[i] in getThresholdIndex()