Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppIdleHistory.java643 long[] screenTimeThresholds, long[] elapsedTimeThresholds) { in getThresholdIndex() argument
661 for (int i = screenTimeThresholds.length - 1; i >= 0; i--) { in getThresholdIndex()
662 if (screenOnDelta >= screenTimeThresholds[i] in getThresholdIndex()