Searched refs:EventStore (Results 1 – 1 of 1) sorted by relevance
69 private static final class EventStore { class in MockImeSession76 EventStore() { in EventStore() method in MockImeSession.EventStore81 EventStore(EventStore src, int newLength) { in EventStore() method in MockImeSession.EventStore87 public EventStore add(ImeEvent event) { in add()93 return new EventStore(this, mLength * 2).add(event); in add()107 private EventStore mCurrentEventStore = new EventStore();