Home
last modified time | relevance | path

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

/development/tools/bugreport/src/com/android/bugreport/stacks/
DThreadSnapshot.java36 public ArrayList<String> attributeText = new ArrayList<String>(); field in ThreadSnapshot
71 int N = that.attributeText.size(); in ThreadSnapshot()
73 this.attributeText.add(that.attributeText.get(i)); in ThreadSnapshot()
DThreadSnapshotParser.java156 result.attributeText.add(heldMutexesRe.group(1)); in parse()
159 result.attributeText.add(attrRe.group(1)); in parse()
303 for (String s: result.attributeText) { in parse()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java287 N = thread.attributeText.size(); in makeThreadSnapshotHdf()
289 hdf.setValue("attributes." + i, thread.attributeText.get(i)); in makeThreadSnapshotHdf()