Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetyCenterTestListener.kt41 private val errorChannel = Channel<SafetyCenterErrorDetails>(Channel.UNLIMITED) constant
51 runBlockingWithTimeout { errorChannel.send(errorDetails) } in onError()
116 runBlockingWithTimeout(timeout) { errorChannel.receive() } in receiveSafetyCenterErrorDetails()
121 errorChannel.cancel() in cancel()