Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DSafetySourceReceiver.kt172 receiveRefreshSafetySources(timeout) in SafetyCenterManager()
181 receiveRefreshSafetySources(TIMEOUT_SHORT) in SafetyCenterManager()
222 private fun receiveRefreshSafetySources(timeout: Duration = TIMEOUT_LONG): String = in receiveRefreshSafetySources() method
224 safetySourceIntentHandler.receiveRefreshSafetySources() in receiveRefreshSafetySources()
DSafetySourceIntentHandler.kt88 suspend fun receiveRefreshSafetySources(): String = refreshSafetySourcesChannel.receive() in receiveRefreshSafetySources() method in com.android.safetycenter.testing.SafetySourceIntentHandler