Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java3216 Face firstFace = null; in testFaceDetectionByCamera() local
3219 if (face != null) firstFace = face; in testFaceDetectionByCamera()
3222 if (firstFace != null) { in testFaceDetectionByCamera()
3223 if (firstFace.id != -1 || firstFace.leftEye != null in testFaceDetectionByCamera()
3224 || firstFace.rightEye != null || firstFace.mouth != null) { in testFaceDetectionByCamera()