Home
last modified time | relevance | path

Searched refs:EventStore (Results 1 – 1 of 1) sorted by relevance

/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java81 private static final class EventStore { class in MockImeSession
88 EventStore() { in EventStore() method in MockImeSession.EventStore
93 EventStore(EventStore src, int newLength) { in EventStore() method in MockImeSession.EventStore
99 public EventStore add(ImeEvent event) { in add()
105 return new EventStore(this, mLength * 2).add(event); in add()
119 private EventStore mCurrentEventStore = new EventStore();