Home
last modified time | relevance | path

Searched refs:WindowNotFoundException (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/
DMotionToolManager.kt74 val rootView = getRootView(windowId) ?: throw WindowNotFoundException(windowId) in beginTrace()
122 ?: throw WindowNotFoundException(traceMetadata.windowId) in getDataFromViewCapture()
155 class WindowNotFoundException(val windowId: String) : Exception() class
DDdmHandleMotionTool.kt145 } catch (e: WindowNotFoundException) { in MotionToolsResponse()
/frameworks/libs/systemui/motiontoollib/tests/com/android/app/motiontool/
DMotionToolManagerTest.kt69 @Test(expected = WindowNotFoundException::class) in <lambda>()