Home
last modified time | relevance | path

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

/cts/tests/inputmethod/mocka11yime/client/src/com/android/cts/mocka11yime/
DMockA11yImeSession.java77 private static final class EventStore { class in MockA11yImeSession
84 EventStore() { in EventStore() method in MockA11yImeSession.EventStore
89 EventStore(EventStore src, int newLength) { in EventStore() method in MockA11yImeSession.EventStore
95 public EventStore add(MockA11yImeEvent event) { in add()
101 return new EventStore(this, mLength * 2).add(event); in add()
125 private EventStore mCurrentEventStore = new EventStore();
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockImeSession.java133 private static final class EventStore { class in MockImeSession
140 EventStore() { in EventStore() method in MockImeSession.EventStore
145 EventStore(EventStore src, int newLength) { in EventStore() method in MockImeSession.EventStore
151 public EventStore add(ImeEvent event) { in add()
157 return new EventStore(this, mLength * 2).add(event); in add()
171 private EventStore mCurrentEventStore = new EventStore();