Searched refs:sessionNotifier (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/captureintent/ |
D | CaptureIntentSessionFactory.java | 32 SessionNotifier sessionNotifier, String title, long sessionStartTime, in createNewSession() argument 34 return new CaptureIntentSession(title, location, sessionManager, sessionNotifier); in createNewSession()
|
D | CaptureIntentSession.java | 69 CaptureSessionManager captureSessionManager, SessionNotifier sessionNotifier) { in CaptureIntentSession() argument 73 mSessionNotifier = sessionNotifier; in CaptureIntentSession()
|
/packages/apps/Camera2/src/com/android/camera/session/ |
D | CaptureSessionFactoryImpl.java | 42 SessionNotifier sessionNotifier, String title, long sessionStartTime, in createNewSession() argument 47 sessionManager, sessionNotifier, mPlaceholderManager, mMediaSaver, in createNewSession()
|
D | CaptureSessionImpl.java | 109 CaptureSessionManager captureSessionManager, SessionNotifier sessionNotifier, in CaptureSessionImpl() argument 116 mSessionNotifier = sessionNotifier; in CaptureSessionImpl()
|
D | CaptureSessionFactory.java | 34 SessionNotifier sessionNotifier, String title, in createNewSession() argument
|