Searched refs:cameras (Results 1 – 5 of 5) sorted by relevance
701 String[] cameras = getCameraIdsUnderTest(); in testCameraManagerListenerCallbacks() local706 cameras = mCameraManager.getCameraIdListNoLazy(); in testCameraManagerListenerCallbacks()709 if (cameras.length == 0) { in testCameraManagerListenerCallbacks()715 HashSet<String> expectedAvailableCameras = new HashSet<String>(Arrays.asList(cameras)); in testCameraManagerListenerCallbacks()724 for (String id : cameras) { in testCameraManagerListenerCallbacks()751 for (String multiCamId : cameras) { in testCameraManagerListenerCallbacks()805 mCameraManager.openCamera(cameras[0], executor, mCameraListener); in testCameraManagerListenerCallbacks()807 mCameraManager.openCamera(cameras[0], mCameraListener, mHandler); in testCameraManagerListenerCallbacks()814 CameraDevice camera = CameraTestUtils.verifyCameraStateOpened(cameras[0], mockListener); in testCameraManagerListenerCallbacks()853 mCameraManager.openCamera(cameras[0], executor, mCameraListener); in testCameraManagerListenerCallbacks()[all …]
67 String[] cameras = manager.getCameraIdList(); in appsInVirtualDevice_shouldNotHaveAccessToCamera() local68 assumeNotNull((Object) cameras); in appsInVirtualDevice_shouldNotHaveAccessToCamera()74 for (String cameraId : cameras) { in appsInVirtualDevice_shouldNotHaveAccessToCamera()
1387 …T support android.info.supportedHardwareLevel property as FULL or better for both primary cameras."1419 …n: "MUST support CameraMetadata.SENSOR_INFO_13IMESTAMP_12OURCE_11EALTIME for both primary cameras."1458 … by the CTS camera PerformanceTest under ITS lighting conditions (3000K) for both primary cameras."1497 … by the CTS camera PerformanceTest under ITS lighting conditions (3000K) for both primary cameras."1511 … by the CTS camera PerformanceTest under ITS lighting conditions (3000K) for both primary cameras."1588 description: "- Minimum zoom ratio for ultrawide cameras"1593 …specification: "MUST have min ZOOM_11ATIO < 1.0 for the primary cameras if there is an ultrawide R…1618 specification: "MUST implement concurrent front-back streaming on primary cameras."1668 …port LOGICAL_MULTI_CAMERA capability for the primary cameras if there are greater than 1 RGB camer…1718 …pport ~Bokeh &~ Night mode extensions via both CameraX and Camera2 extensions for primary cameras."[all …]
4577 String[] cameras = cameraIds; in testPhysicalCameraAvailabilityConsistencyHelper() local4578 if (cameras.length == 0) { in testPhysicalCameraAvailabilityConsistencyHelper()4583 for (String cameraId : cameras) { in testPhysicalCameraAvailabilityConsistencyHelper()4622 HashSet<String> expectedAvailableCameras = new HashSet<String>(Arrays.asList(cameras)); in testPhysicalCameraAvailabilityConsistencyHelper()
1708 JSONArray cameras = new JSONArray();1711 cameras.put(p);1713 jsonObj.put("unavailablePhysicalCamerasArray", cameras);