Searched refs:onRecordingSessionSet (Results 1 – 7 of 7) sorted by relevance
365 public void onRecordingSessionSet( in onRecordingSessionSet() method in MediaProjectionManager.Callback419 public void onRecordingSessionSet( in onRecordingSessionSet() method in MediaProjectionManager.CallbackDelegate423 mHandler.post(() -> mCallback.onRecordingSessionSet(info, session)); in onRecordingSessionSet()
35 void onRecordingSessionSet( in onRecordingSessionSet() method
67 callbacks.forEach { it.onRecordingSessionSet(info, session) } in dispatchOnSessionSet()
1061 verify(mWatcherCallback).onRecordingSessionSet(1159 verify(mWatcherCallback, never()).onRecordingSessionSet(any(), any());1163 verify(mWatcherCallback).onRecordingSessionSet(1180 verify(mWatcherCallback, never()).onRecordingSessionSet(any(), any());
85 public void onRecordingSessionSet(MediaProjectionInfo mediaProjectionInfo, in onRecordingSessionSet() method in ScreenRecordingCallbackController.MediaProjectionWatcherCallback
103 override fun onRecordingSessionSet( in <lambda>() method
1709 mCallback.onRecordingSessionSet(mProjectionInfo, mSession); in run()