Searched refs:asTrace (Results 1 – 3 of 3) sorted by relevance
84 Truth.assertThat(currState.wmState?.asTrace()?.entries ?: emptyArray()) in canParseCurrentDeviceState()87 Truth.assertThat(currState.wmState?.asTrace()?.entries?.first()?.windowStates) in canParseCurrentDeviceState()89 Truth.assertThat(currState.layerState?.asTrace()?.entries ?: emptyArray()) in canParseCurrentDeviceState()92 Truth.assertThat(currState.layerState?.asTrace()?.entries?.first()?.flattenedLayers) in canParseCurrentDeviceState()
187 deviceState.wmState?.asTrace(), in getTaggedFilePath()188 deviceState.layerState?.asTrace() in getTaggedFilePath()
130 fun asTrace(): LayersTrace = LayersTrace(arrayOf(this), source = "") in <lambda>() method