Package org.robolectric.shadows
Class ShadowEventLog.ShadowEvent
- java.lang.Object
-
- org.robolectric.shadows.ShadowEventLog.ShadowEvent
-
- Enclosing class:
- ShadowEventLog
@Implements(android.util.EventLog.Event.class) public static class ShadowEventLog.ShadowEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
getData()
protected int
getProcessId()
protected int
getTag()
protected int
getThreadId()
protected long
getTimeNanos()
-
-
-
Method Detail
-
getData
@Implementation protected Object getData()
-
getTag
@Implementation protected int getTag()
-
getProcessId
@Implementation protected int getProcessId()
-
getThreadId
@Implementation protected int getThreadId()
-
getTimeNanos
@Implementation protected long getTimeNanos()
-
-