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.java69 private static final class EventStore { class in MockImeSession
76 EventStore() { in EventStore() method in MockImeSession.EventStore
81 EventStore(EventStore src, int newLength) { in EventStore() method in MockImeSession.EventStore
87 public EventStore add(ImeEvent event) { in add()
93 return new EventStore(this, mLength * 2).add(event); in add()
107 private EventStore mCurrentEventStore = new EventStore();