Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppIdleHistory.java539 long[] screenTimeThresholds, long[] elapsedTimeThresholds) { in getThresholdIndex() argument
544 if (appUsageHistory == null) return screenTimeThresholds.length - 1; in getThresholdIndex()
554 for (int i = screenTimeThresholds.length - 1; i >= 0; i--) { in getThresholdIndex()
555 if (screenOnDelta >= screenTimeThresholds[i] in getThresholdIndex()