Searched refs:onRecordingSessionSet (Results 1 – 6 of 6) sorted by relevance
318 public void onRecordingSessionSet( in onRecordingSessionSet() method in MediaProjectionManager.Callback359 public void onRecordingSessionSet( in onRecordingSessionSet() method in MediaProjectionManager.CallbackDelegate363 mHandler.post(() -> mCallback.onRecordingSessionSet(info, session)); in onRecordingSessionSet()
34 void onRecordingSessionSet( in onRecordingSessionSet() method
58 callbacks.forEach { it.onRecordingSessionSet(info, session) }
63 override fun onRecordingSessionSet(
730 verify(mWatcherCallback).onRecordingSessionSet( in setContentRecordingSession_successful_notifiesListeners()748 verify(mWatcherCallback, never()).onRecordingSessionSet(any(), any()); in setContentRecordingSession_notifiesListenersOnCallbackLooper()752 verify(mWatcherCallback).onRecordingSessionSet( in setContentRecordingSession_notifiesListenersOnCallbackLooper()769 verify(mWatcherCallback, never()).onRecordingSessionSet(any(), any()); in setContentRecordingSession_failure_doesNotNotifyListeners()
1420 mCallback.onRecordingSessionSet(mProjectionInfo, mSession); in run()