Searched refs:EventStore (Results 1 – 1 of 1) sorted by relevance
74 private static final class EventStore { class in MockImeSession81 EventStore() { in EventStore() method in MockImeSession.EventStore86 EventStore(EventStore src, int newLength) { in EventStore() method in MockImeSession.EventStore92 public EventStore add(ImeEvent event) { in add()98 return new EventStore(this, mLength * 2).add(event); in add()112 private EventStore mCurrentEventStore = new EventStore();