Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/test/src/android/tools/
DUtilsTest.kt54 val currStateDump = this.getCurrState(TraceType.WM_DUMP) in canFetchCurrentDeviceStateOnlyWm() constant
55 Truth.assertThat(currStateDump.first).isNotEmpty() in canFetchCurrentDeviceStateOnlyWm()
56 Truth.assertThat(currStateDump.second).isEmpty() in canFetchCurrentDeviceStateOnlyWm()
64 val currStateDump = this.getCurrState(TraceType.SF_DUMP) in canFetchCurrentDeviceStateOnlyLayers() constant
65 Truth.assertThat(currStateDump.first).isEmpty() in canFetchCurrentDeviceStateOnlyLayers()
66 Truth.assertThat(currStateDump.second).isNotEmpty() in canFetchCurrentDeviceStateOnlyLayers()