Searched refs:onRecordingSessionSet (Results 1 – 7 of 7) sorted by relevance
351 public void onRecordingSessionSet( in onRecordingSessionSet() method in MediaProjectionManager.Callback392 public void onRecordingSessionSet( in onRecordingSessionSet() method in MediaProjectionManager.CallbackDelegate396 mHandler.post(() -> mCallback.onRecordingSessionSet(info, session)); in onRecordingSessionSet()
34 void onRecordingSessionSet( in onRecordingSessionSet() method
66 callbacks.forEach { it.onRecordingSessionSet(info, session) } in dispatchOnSessionSet()
85 override fun onRecordingSessionSet( in <lambda>() method
878 verify(mWatcherCallback).onRecordingSessionSet( in setContentRecordingSession_successful_notifiesListeners()976 verify(mWatcherCallback, never()).onRecordingSessionSet(any(), any()); in setContentRecordingSession_notifiesListenersOnCallbackLooper()980 verify(mWatcherCallback).onRecordingSessionSet( in setContentRecordingSession_notifiesListenersOnCallbackLooper()997 verify(mWatcherCallback, never()).onRecordingSessionSet(any(), any()); in setContentRecordingSession_failure_doesNotNotifyListeners()
84 public void onRecordingSessionSet(MediaProjectionInfo mediaProjectionInfo, in onRecordingSessionSet() method in ScreenRecordingCallbackController.MediaProjectionWatcherCallback
1524 mCallback.onRecordingSessionSet(mProjectionInfo, mSession); in run()