Searched refs:readLayersDump (Results 1 – 5 of 5) sorted by relevance
48 fun readLayersDump(tag: String): LayersTrace? method
78 override fun readLayersDump(tag: String): LayersTrace? = layerDumps[tag] in readLayersDump() method in android.tools.utils.ParsedTracesReader
132 reader.readLayersDump(VALID_TAG_1) ?: error("Couldn't parse SF state for $VALID_TAG_1") in createsValidTags()134 reader.readLayersDump(VALID_TAG_2) ?: error("Couldn't parse SF state for $VALID_TAG_2") in createsValidTags()
98 val trace = resultReader.readLayersDump(tag) ?: return null in getLayerTraceEntrySubject()
159 override fun readLayersDump(tag: String): LayersTrace? { in <lambda>() method