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