Searched refs:EventStore (Results 1 – 2 of 2) sorted by relevance
77 private static final class EventStore { class in MockA11yImeSession84 EventStore() { in EventStore() method in MockA11yImeSession.EventStore89 EventStore(EventStore src, int newLength) { in EventStore() method in MockA11yImeSession.EventStore95 public EventStore add(MockA11yImeEvent event) { in add()101 return new EventStore(this, mLength * 2).add(event); in add()125 private EventStore mCurrentEventStore = new EventStore();
133 private static final class EventStore { class in MockImeSession140 EventStore() { in EventStore() method in MockImeSession.EventStore145 EventStore(EventStore src, int newLength) { in EventStore() method in MockImeSession.EventStore151 public EventStore add(ImeEvent event) { in add()157 return new EventStore(this, mLength * 2).add(event); in add()171 private EventStore mCurrentEventStore = new EventStore();