Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceTest.java806 List<CameraCaptureSession> allSessions = new ArrayList<>(); in testCreateSessionsByCamera() local
826 allSessions = sessionListener.getAllSessions(NUM_SESSIONS, in testCreateSessionsByCamera()
829 allSessions.size(), NUM_SESSIONS), allSessions.size(), NUM_SESSIONS); in testCreateSessionsByCamera()
833 sessionListener.waitForSessionClose(allSessions.get(i), SESSION_TIMEOUT_MS); in testCreateSessionsByCamera()
837 CameraCaptureSession session = allSessions.get(allSessions.size() - 1); in testCreateSessionsByCamera()
855 for (CameraCaptureSession session : allSessions) { in testCreateSessionsByCamera()