Home
last modified time | relevance | path

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

/cts/tests/tests/appop/src/android/app/appops/cts/
DHistoricalAppopsTest.kt226 val firstIntervalDurationMillis = computeIntervalDurationMillis(0) in <lambda>()
241 val secondIntervalDurationMillis = computeIntervalDurationMillis(1) in <lambda>()
251 val thirdIntervalDurationMillis = computeIntervalDurationMillis(2) in <lambda>()
366 val previousIntervalDuration = computeIntervalDurationMillis(d - 2) in <lambda>()
367 val currentIntervalDuration = computeIntervalDurationMillis(d - 1) in <lambda>()
618 private fun computeIntervalDurationMillis(depth: Int): Long { in <lambda>() method