Home
last modified time | relevance | path

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

/cts/tests/mediapc/common/src/android/mediapc/cts/common/
DCameraRequirement.java179 this.setMeasuredValue(RequirementConstants.FRONT_CAMERA_LATENCY, latency); in setFrontCameraLatency()
200 .setId(RequirementConstants.FRONT_CAMERA_LATENCY) in createJpegLatencyReq()
231 .setId(RequirementConstants.FRONT_CAMERA_LATENCY) in createLaunchLatencyReq()
DRequirementConstants.java141 public static final String FRONT_CAMERA_LATENCY = "front_camera_latency"; field in RequirementConstants