Searched refs:concurrentCameraIds (Results 1 – 2 of 2) sorted by relevance
1252 Set<String> concurrentCameraIds = null; in testConcurrentSessions() local1255 concurrentCameraIds = entry; in testConcurrentSessions()1259 if (concurrentCameraIds == null) { in testConcurrentSessions()1265 for (String entry : concurrentCameraIds) { in testConcurrentSessions()
3718 Set<Set<String>> concurrentCameraIds = mCameraManager.getConcurrentCameraIds();3720 boolean supportPrimaryFrontBack = concurrentCameraIds.contains(primaryCameras);