HomeSort by relevance Sort by last modified time
    Searched refs:createNewSession (Results 1 - 10 of 10) sorted by null

  /packages/apps/Camera2/src/com/android/camera/session/
CaptureSessionFactory.java 33 public CaptureSession createNewSession(CaptureSessionManager sessionManager,
CaptureSessionFactoryImpl.java 41 public CaptureSession createNewSession(CaptureSessionManager sessionManager,
CaptureSessionManager.java 96 public CaptureSession createNewSession(String title, long sessionStartMillis, Location location);
CaptureSessionManagerImpl.java 279 public CaptureSession createNewSession(String title, long sessionStartMillis, Location location) {
280 return mSessionFactory.createNewSession(this, mSessionNotifier, title, sessionStartMillis,
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSessionFactory.java 31 public CaptureSession createNewSession(CaptureSessionManager sessionManager,
  /packages/apps/Camera2/src/com/android/camera/captureintent/resource/
ResourceCaptureToolsImpl.java 173 mCaptureSessionManager.createNewSession(fileName, timestamp, location);
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 228 session = mSessionManager.createNewSession(task.getName(), 0, task.getLocation());
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionGroup.java 422 private SipSessionImpl createNewSession(RequestEvent event,
486 newSession = createNewSession(event,
497 newSession = createNewSession(event, mProxy,
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 559 .createNewSession(title, sessionTime, location);
571 .createNewSession(title, sessionTime, location);
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 157 milliseconds