Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/session/
DCaptureSessionManagerImpl.java279 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location) { in createNewSession() argument
280 return mSessionFactory.createNewSession(this, mSessionNotifier, title, sessionStartMillis, in createNewSession()
DCaptureSessionImpl.java108 long sessionStartMillis, Location location, TemporarySessionFile temporarySessionFile, in CaptureSessionImpl() argument
112 mSessionStartMillis = sessionStartMillis; in CaptureSessionImpl()
DCaptureSessionFactory.java35 long sessionStartMillis, Location location); in createNewSession() argument
DCaptureSessionManager.java96 … public CaptureSession createNewSession(String title, long sessionStartMillis, Location location); in createNewSession() argument