Searched refs:firstEvent (Results 1 – 3 of 3) sorted by relevance
153 GnssMeasurementsEvent firstEvent = events.get(0); in testGnssMeasurementWhenNoLocation() local154 Collection<GnssMeasurement> gpsMeasurements = firstEvent.getMeasurements(); in testGnssMeasurementWhenNoLocation()165 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation()172 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation()
72 AccessibilityEvent firstEvent = AccessibilityEvent.obtain(); in testReuse() local73 firstEvent.recycle(); in testReuse()75 assertSame("AccessibilityEvent not properly reused", firstEvent, secondEvent); in testReuse()
114 TestSensorEvent firstEvent = collection.get(0); in getSamplingPeriodNs() local116 return (lastEvent.timestamp - firstEvent.timestamp) / (collectionSize - 1); in getSamplingPeriodNs()