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.Event
build()
ShadowEventLog.EventBuilder
setProcessId(int processId)
ShadowEventLog.EventBuilder
setThreadId(int threadId)
ShadowEventLog.EventBuilder
setTimeNanos(long timeNanos)