/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/log/ |
H A D | BiometricContextProviderTest.java | 79 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 D | RemoteController.java | 69 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 D | Camera2SurfaceViewTestCase.java | 115 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 D | Camera2SwitchPreviewTest.java | 533 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 D | Camera2RecordingTest.java | 321 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 D | Camera2StillCaptureTest.java | 413 mSessionListener = new BlockingSessionCallback(); in fullRawCaptureTestByCamera() 415 mSessionListener, mHandler); in fullRawCaptureTestByCamera()
|
H A D | Camera2ReprocessCaptureTest.java | 552 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 D | BrightLineFalsingManager.java | 92 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 D | BiometricServiceTest.java | 157 private ISessionListener mSessionListener; field in BiometricServiceTest
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 29503 Landroid/media/RemoteController;->mSessionListener:Landroid/media/session/MediaSessionManager$OnAct…
|