Home
last modified time | relevance | path

Searched defs:timeoutMessage (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDelay.kt69 fun timeoutMessage(timeout: Duration): String in timeoutMessage() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestDispatcher.kt51 public override fun timeoutMessage(timeout: Duration): String = in timeoutMessage() method in kotlinx.coroutines.test.TestDispatcher
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DTaskManager.java289 Message timeoutMessage = sMsgHandler.obtainMessage(TASK_MANAGER_ON_TIMEOUT, in onTimeout() local