Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/
DUiDeviceExtensionsTest.kt84 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()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DTransitionRunner.kt187 deviceState.wmState?.asTrace(), in getTaggedFilePath()
188 deviceState.layerState?.asTrace() in getTaggedFilePath()
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/layers/
DLayerTraceEntry.kt130 fun asTrace(): LayersTrace = LayersTrace(arrayOf(this), source = "") in <lambda>() method