Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DAbstractSensorVerification.java50 protected <TEvent extends IndexedEvent> int[] getIndexArray(List<TEvent> indexedEvents) { in getIndexArray()
64 protected class IndexedEvent { class in AbstractSensorVerification
68 public IndexedEvent(int index, TestSensorEvent event) { in IndexedEvent() method in AbstractSensorVerification.IndexedEvent
77 protected class IndexedEventPair extends IndexedEvent {
DEventTimestampSynchronizationVerification.java102 List<IndexedEvent> failures = verifyTimestampSynchronization(errorMessageBuilder); in verify()
141 private List<IndexedEvent> verifyTimestampSynchronization(StringBuilder builder) { in verifyTimestampSynchronization()
143 ArrayList<IndexedEvent> failures = new ArrayList<IndexedEvent>(); in verifyTimestampSynchronization()
163 failures.add(new IndexedEvent(i, event)); in verifyTimestampSynchronization()
DTimestampClockSourceVerification.java101 List<IndexedEvent> failures; in verify()
143 private List<IndexedEvent> verifyTimestampClockSource(StringBuilder builder) throws Throwable { in verifyTimestampClockSource()
145 ArrayList<IndexedEvent> failures = new ArrayList<IndexedEvent>(); in verifyTimestampClockSource()
171 failures.add(new IndexedEvent(i, event)); in verifyTimestampClockSource()