Home | History | Annotate | Download | only in metrics

Lines Matching defs:EventType

51     public @interface EventType {}
53 public final @EventType int eventType;
56 public IpManagerEvent(@EventType int eventType, long duration) {
57 this.eventType = eventType;
62 this.eventType = in.readInt();
68 out.writeInt(eventType);
91 Decoder.constants.get(eventType), durationMs);