Searched refs:EventStore (Results 1 – 1 of 1) sorted by relevance
81 private static final class EventStore { class in MockImeSession88 EventStore() { in EventStore() method in MockImeSession.EventStore93 EventStore(EventStore src, int newLength) { in EventStore() method in MockImeSession.EventStore99 public EventStore add(ImeEvent event) { in add()105 return new EventStore(this, mLength * 2).add(event); in add()119 private EventStore mCurrentEventStore = new EventStore();