Home
last modified time | relevance | path

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

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DUiBenchmarkResult.java184 double thisDuration = mStoredStatistics[totalDurationPos].getElement(i); in getSortedJankFrameIndices() local
186 if (thisDuration > FRAME_PERIOD_MS) { in getSortedJankFrameIndices()
191 if (thisDuration > 2 * FRAME_PERIOD_MS) { in getSortedJankFrameIndices()
/frameworks/base/core/java/android/os/
DBatteryStats.java1480 long thisDuration = duration / (numStepLevels-i); in addLevelSteps() local
1481 duration -= thisDuration; in addLevelSteps()
1482 if (thisDuration > STEP_LEVEL_TIME_MASK) { in addLevelSteps()
1483 thisDuration = STEP_LEVEL_TIME_MASK; in addLevelSteps()
1485 steps[0] = thisDuration | modeBits; in addLevelSteps()