Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DFastBasicsTest.java119 Long timestamp3 = stillResult.get(CaptureResult.SENSOR_TIMESTAMP); in camera2TestByCamera() local
120 assertNotNull("Can't read a still capture result timestamp", timestamp3); in camera2TestByCamera()
122 assertTrue("Bad timestamps", timestamp3 > timestamp2); in camera2TestByCamera()