Package org.robolectric.shadows
Class ShadowEventLog.EventBuilder
java.lang.Object
org.robolectric.shadows.ShadowEventLog.EventBuilder
- Enclosing class:
- ShadowEventLog
public static class ShadowEventLog.EventBuilder extends Object
Class to build
EventLog.Event-
Constructor Summary
Constructors Constructor Description EventBuilder(int tag, Object data) -
Method Summary
Modifier and Type Method Description EventLog.Eventbuild()ShadowEventLog.EventBuildersetProcessId(int processId)ShadowEventLog.EventBuildersetThreadId(int threadId)ShadowEventLog.EventBuildersetTimeNanos(long timeNanos)