Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceIntentHandler.kt54 private val refreshSafetySourcesChannel = Channel<String>(UNLIMITED) constant
88 suspend fun receiveRefreshSafetySources(): String = refreshSafetySourcesChannel.receive() in receiveRefreshSafetySources()
109 refreshSafetySourcesChannel.cancel() in cancel()
143 refreshSafetySourcesChannel.send(broadcastId) in processRefreshSafetySources()