Searched refs:timestampNs (Results 1 – 2 of 2) sorted by relevance
101 long timestampNs = SystemClock.elapsedRealtimeNanos(); in onSensorChanged() local104 mCollectedEvents.add(new TestSensorEvent(event, timestampNs)); in onSensorChanged()155 long timestampNs = SystemClock.elapsedRealtimeNanos(); in onFlushCompleted() local157 mTimeStampFlushCompleteEvents.add(timestampNs); in onFlushCompleted()
1047 long timestampNs) { in expectImageProperties() argument1051 expectEquals(msg + "Image timestamp is wrong.", image.getTimestamp(), timestampNs); in expectImageProperties()