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
Modifier and Type Method Description protected ObjectgetData()protected intgetProcessId()protected intgetTag()protected intgetThreadId()protected longgetTimeNanos()
-
Constructor Details
-
ShadowEvent
public ShadowEvent()
-
-
Method Details