Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentSessionFactory.java32 SessionNotifier sessionNotifier, String title, long sessionStartTime, in createNewSession() argument
34 return new CaptureIntentSession(title, location, sessionManager, sessionNotifier); in createNewSession()
DCaptureIntentSession.java71 CaptureSessionManager captureSessionManager, SessionNotifier sessionNotifier) { in CaptureIntentSession() argument
75 mSessionNotifier = sessionNotifier; in CaptureIntentSession()
/packages/apps/Camera2/src/com/android/camera/session/
DCaptureSessionFactoryImpl.java42 SessionNotifier sessionNotifier, String title, long sessionStartTime, in createNewSession() argument
47 sessionManager, sessionNotifier, mPlaceholderManager, mMediaSaver, in createNewSession()
DCaptureSessionFactory.java34 SessionNotifier sessionNotifier, String title, in createNewSession() argument
DCaptureSessionImpl.java109 CaptureSessionManager captureSessionManager, SessionNotifier sessionNotifier, in CaptureSessionImpl() argument
116 mSessionNotifier = sessionNotifier; in CaptureSessionImpl()