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.kt237 val firstIntervalDurationMillis = computeIntervalDurationMillis(0) in <lambda>()
252 val secondIntervalDurationMillis = computeIntervalDurationMillis(1) in <lambda>()
262 val thirdIntervalDurationMillis = computeIntervalDurationMillis(2) in <lambda>()
377 val previousIntervalDuration = computeIntervalDurationMillis(d - 2) in <lambda>()
378 val currentIntervalDuration = computeIntervalDurationMillis(d - 1) in <lambda>()
629 private fun computeIntervalDurationMillis(depth: Int): Long { in <lambda>() method