Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java110 int collectionSize = collection.size(); in getSamplingPeriodNs() local
111 if (collectionSize < 2) { in getSamplingPeriodNs()
115 TestSensorEvent lastEvent = collection.get(collectionSize - 1); in getSamplingPeriodNs()
116 return (lastEvent.timestamp - firstEvent.timestamp) / (collectionSize - 1); in getSamplingPeriodNs()
/cts/tests/libcore/javautilcollections/libs/
Dguava-testlib-20.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...