Home
last modified time | relevance | path

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

/cts/tests/tests/appop/src/android/app/appops/cts/
DHistoricalAppopsTest.kt220 val chunkCount = computeSlotCount(2) * SNAPSHOT_INTERVAL_MILLIS / chunk.endTimeMillis in <lambda>()
245 val secondChunkCount = ((computeSlotCount(2) - computeSlotCount(1)) in <lambda>()
323 val chunkCount = (computeSlotCount(depth + 1) in <lambda>()
334 val expectedOpCount = ((computeSlotCount(depth + 1) - computeSlotCount(depth)) in <lambda>()
623 private fun computeSlotCount(depth: Int): Int { in <lambda>() method