Package org.robolectric.shadows
Class ShadowTrace.AsyncTraceSection
java.lang.Object
org.robolectric.shadows.ShadowTrace.AsyncTraceSection
- Enclosing class:
- ShadowTrace
public abstract static class ShadowTrace.AsyncTraceSection extends Object
AutoValue representation of a trace triggered by one of the async apis
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classShadowTrace.AsyncTraceSection.BuilderBuilder for traces triggered by one of the async apis
- 
Constructor SummaryConstructors Constructor Description AsyncTraceSection()
- 
Method SummaryModifier and Type Method Description abstract IntegergetCookie()abstract StringgetSectionName()static ShadowTrace.AsyncTraceSection.BuildernewBuilder()
- 
Constructor Details- 
AsyncTraceSectionpublic AsyncTraceSection()
 
- 
- 
Method Details