Searched refs:REPORTED_FOV_EXTRA (Results 1 – 1 of 1) sorted by relevance
26 private static final String REPORTED_FOV_EXTRA = "lightcycle.reported_fov"; field in CtsTestHelper31 it.putExtra(REPORTED_FOV_EXTRA, reportedFOV); in storeCtsTestResult()41 return intent.getFloatExtra(REPORTED_FOV_EXTRA, -1f); in getReportedFOV()