Searched refs:screenTimeThresholds (Results 1 – 1 of 1) sorted by relevance
643 long[] screenTimeThresholds, long[] elapsedTimeThresholds) { in getThresholdIndex() argument661 for (int i = screenTimeThresholds.length - 1; i >= 0; i--) { in getThresholdIndex()662 if (screenOnDelta >= screenTimeThresholds[i] in getThresholdIndex()