Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DTestNotificationListener.kt31 import com.android.safetycenter.testing.Coroutines.runBlockingWithTimeoutOrNull in <lambda>()
178 runBlockingWithTimeoutOrNull(TIMEOUT_SHORT) { in <lambda>()
208 runBlockingWithTimeoutOrNull(forAtLeast) { in <lambda>()
DCoroutines.kt57 fun <T> runBlockingWithTimeoutOrNull( in runBlockingWithTimeoutOrNull() method