Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/lib/multivariant/com/android/testutils/
DTrackRecord.kt103 elements.getOrNull(pollForIndexReadLocked(timeoutMs, pos, predicate)) in <lambda>()
114 private fun pollForIndexReadLocked(timeoutMs: Long, pos: Int, predicate: (E) -> Boolean): Int { in pollForIndexReadLocked() method
230 val index = pollForIndexReadLocked(timeoutMs, readHead, predicate) in newReadHead()