Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/test/src/android/tools/
DUtilsTest.kt75 val wmArray = currState.wmState?.asTrace()?.entries ?: emptyList() in canParseCurrentDeviceState() constant
76 Truth.assertThat(wmArray).hasSize(1) in canParseCurrentDeviceState()
77 Truth.assertThat(wmArray.first().windowStates).isNotEmpty() in canParseCurrentDeviceState()