Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraDeviceTest.java647 final int NUM_SESSIONS = 3; in testCreateSessionsByCamera() local
665 for (int i = 0; i < NUM_SESSIONS - 1; i++) { in testCreateSessionsByCamera()
675 for (int i = 0; i < NUM_SESSIONS; i++) { in testCreateSessionsByCamera()
682 allSessions = sessionListener.getAllSessions(NUM_SESSIONS, in testCreateSessionsByCamera()
683 SESSION_TIMEOUT_MS * NUM_SESSIONS); in testCreateSessionsByCamera()
685 allSessions.size(), NUM_SESSIONS), allSessions.size(), NUM_SESSIONS); in testCreateSessionsByCamera()
688 for (int i = 0; i < NUM_SESSIONS - 1; i++) { in testCreateSessionsByCamera()