Searched refs:WindowNotFoundException (Results 1 – 3 of 3) sorted by relevance
73 val rootView = getRootView(windowId) ?: throw WindowNotFoundException(windowId) in <lambda>()121 ?: throw WindowNotFoundException(traceMetadata.windowId) in <lambda>()160 class WindowNotFoundException(val windowId: String) : Exception() class
145 } catch (e: WindowNotFoundException) { in MotionToolsResponse()
69 @Test(expected = WindowNotFoundException::class) in <lambda>()