Searched refs:currStateDump (Results 1 – 1 of 1) sorted by relevance
54 val currStateDump = this.getCurrState(TraceType.WM_DUMP) in canFetchCurrentDeviceStateOnlyWm() constant55 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() constant65 Truth.assertThat(currStateDump.first).isEmpty() in canFetchCurrentDeviceStateOnlyLayers()66 Truth.assertThat(currStateDump.second).isNotEmpty() in canFetchCurrentDeviceStateOnlyLayers()