Home
last modified time | relevance | path

Searched refs:mSessionListener (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/
H A DBiometricContextProviderTest.java79 private ISessionListener mSessionListener; field in BiometricContextProviderTest
102 mSessionListener = sessionCaptor.getValue(); in setup()
291 mSessionListener.onSessionStarted(StatusBarManager.SESSION_KEYGUARD, in testSessionId()
297 mSessionListener.onSessionStarted(StatusBarManager.SESSION_BIOMETRIC_PROMPT, in testSessionId()
303 mSessionListener.onSessionEnded(StatusBarManager.SESSION_KEYGUARD, in testSessionId()
309 mSessionListener.onSessionEnded(StatusBarManager.SESSION_BIOMETRIC_PROMPT, in testSessionId()
353 mSessionListener.onSessionStarted(type, InstanceId.fakeInstanceId(id)); in testUpdateAllSessionTypes()
362 mSessionListener.onSessionEnded(type, InstanceId.fakeInstanceId(id)); in testUpdateAllSessionTypes()
/aosp14/frameworks/base/media/java/android/media/
H A DRemoteController.java69 private MediaSessionManager.OnActiveSessionsChangedListener mSessionListener; field in RemoteController
128 mSessionListener = new TopTransportSessionListener(); in RemoteController()
541 mSessionManager.addOnActiveSessionsChangedListener(mSessionListener, listenerComponent, in startListeningToSessions()
543 mSessionListener.onActiveSessionsChanged(mSessionManager in startListeningToSessions()
555 mSessionManager.removeOnActiveSessionsChangedListener(mSessionListener); in stopListeningToSessions()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewTestCase.java115 protected BlockingSessionCallback mSessionListener; field in Camera2SurfaceViewTestCase
236 mSessionListener = new BlockingSessionCallback(); in configurePreviewOutput()
237 mSession = configureCameraSession(mCamera, outputSurfaces, mSessionListener, mHandler); in configurePreviewOutput()
641 mSessionListener = null; in closeDevice()
712 mSessionListener = new BlockingSessionCallback(); in prepareCaptureAndStartPreview()
713 mSession = configureCameraSession(mCamera, outputSurfaces, mSessionListener, mHandler); in prepareCaptureAndStartPreview()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2SwitchPreviewTest.java533 mSessionListener = new BlockingSessionCallback(); in prepareVideoPreview()
534 mSession = configureCameraSession(mCamera, outputSurfaces, mSessionListener, mHandler); in prepareVideoPreview()
567 mSessionListener = new BlockingSessionCallback(); in prepareCapturePreview()
568 mSession = configureCameraSession(mCamera, outputSurfaces, mSessionListener, mHandler); in prepareCapturePreview()
H A DCamera2RecordingTest.java321 mSessionListener = new BlockingSessionCallback(); in startSlowMotionRecording()
323 mSessionListener, mHandler); in startSlowMotionRecording()
878 mSessionListener = new BlockingSessionCallback(); in startRecording()
892 mSession = configureCameraSessionWithParameters(mCamera, outputSurfaces, mSessionListener, in startRecording()
911 mSessionListener.getStateWaiter().waitForState(SESSION_CLOSED, SESSION_CLOSE_TIMEOUT_MS); in stopCameraStreaming()
H A DCamera2StillCaptureTest.java413 mSessionListener = new BlockingSessionCallback(); in fullRawCaptureTestByCamera()
415 mSessionListener, mHandler); in fullRawCaptureTestByCamera()
H A DCamera2ReprocessCaptureTest.java552 mSessionListener.getStateWaiter().waitForState( in testReprocessAbort()
901 mSessionListener = new BlockingSessionCallback(); in setupReprocessableSession()
903 mSessionListener, mHandler); in setupReprocessableSession()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DBrightLineFalsingManager.java92 private final SessionListener mSessionListener = new SessionListener() { field in BrightLineFalsingManager
201 mDataProvider.addSessionListener(mSessionListener); in BrightLineFalsingManager()
503 mDataProvider.removeSessionListener(mSessionListener); in cleanupInternal()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java157 private ISessionListener mSessionListener; field in BiometricServiceTest
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29503 Landroid/media/RemoteController;->mSessionListener:Landroid/media/session/MediaSessionManager$OnAct…