Searched defs:sessionNotifier (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentSessionFactory.java32 SessionNotifier sessionNotifier, String title, long sessionStartTime,
34 return new CaptureIntentSession(title, location, sessionManager, sessionNotifier);
31 createNewSession(CaptureSessionManager sessionManager, SessionNotifier sessionNotifier, String title, long sessionStartTime, Location location) argument
H A DCaptureIntentSession.java69 CaptureSessionManager captureSessionManager, SessionNotifier sessionNotifier) {
73 mSessionNotifier = sessionNotifier;
68 CaptureIntentSession(String title, Location location, CaptureSessionManager captureSessionManager, SessionNotifier sessionNotifier) argument
/packages/apps/Camera2/src/com/android/camera/session/
H A DCaptureSessionFactory.java26 * @param sessionNotifier used to notify about updates to the status of a
34 SessionNotifier sessionNotifier, String title,
33 createNewSession(CaptureSessionManager sessionManager, SessionNotifier sessionNotifier, String title, long sessionStartMillis, Location location) argument
H A DCaptureSessionFactoryImpl.java42 SessionNotifier sessionNotifier, String title, long sessionStartTime,
47 sessionManager, sessionNotifier, mPlaceholderManager, mMediaSaver,
41 createNewSession(CaptureSessionManager sessionManager, SessionNotifier sessionNotifier, String title, long sessionStartTime, Location location) argument
H A DCaptureSessionImpl.java109 CaptureSessionManager captureSessionManager, SessionNotifier sessionNotifier,
116 mSessionNotifier = sessionNotifier;
107 CaptureSessionImpl(String title, long sessionStartMillis, Location location, TemporarySessionFile temporarySessionFile, CaptureSessionManager captureSessionManager, SessionNotifier sessionNotifier, PlaceholderManager placeholderManager, MediaSaver mediaSaver, StackSaver stackSaver) argument

Completed in 73 milliseconds