Home
last modified time | relevance | path

Searched defs:startSession (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentSession.java130 …public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Bitmap placeholder, in startSession() method in CaptureIntentSession
136 …public synchronized void startSession(ImageLifecycleListener listener, @Nonnull byte[] placeholder, in startSession() method in CaptureIntentSession
142 public synchronized void startSession(ImageLifecycleListener listener, @Nonnull Uri uri, in startSession() method in CaptureIntentSession
/packages/apps/Camera2/src/com/android/camera/session/
DCaptureSession.java182 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull byte[] placeholder, in startSession() method
196 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Bitmap placeholder, in startSession() method
209 public void startSession(@Nullable ImageLifecycleListener listener, @Nonnull Uri uri, in startSession() method
DCaptureSessionImpl.java219 public synchronized void startSession(@Nullable ImageLifecycleListener listener, in startSession() method in CaptureSessionImpl
240 public synchronized void startSession(@Nullable ImageLifecycleListener listener, in startSession() method in CaptureSessionImpl
265 public synchronized void startSession(@Nullable ImageLifecycleListener listener, in startSession() method in CaptureSessionImpl
/packages/services/Car/car-test-lib/src/android/car/test/mocks/
DAbstractExtendedMockitoTestCase.java114 public final void startSession() { in startSession() method in AbstractExtendedMockitoTestCase
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiScoreReport.java417 public void startSession(int sessionId, boolean isUserSelected) { in startSession() method in WifiScoreReport.WifiConnectedNetworkScorerHolder