Searched refs:wmArray (Results 1 – 1 of 1) sorted by relevance
75 val wmArray = currState.wmState?.asTrace()?.entries ?: emptyList() in canParseCurrentDeviceState() constant76 Truth.assertThat(wmArray).hasSize(1) in canParseCurrentDeviceState()77 Truth.assertThat(wmArray.first().windowStates).isNotEmpty() in canParseCurrentDeviceState()