Searched refs:SessionListener (Results 1 – 2 of 2) sorted by relevance
54 public static class SessionListener extends BlockingSessionCallback { class in CameraSessionUtils150 public static SessionListener getMockSessionListener() { in getMockSessionListener()151 return spy(new SessionListener()); in getMockSessionListener()172 public static CameraCaptureSession configureAndVerifySession(SessionListener listener, in configureAndVerifySession()
300 SessionListener mockSessionListener = getMockSessionListener(); in testResultTimestamps()