Home
last modified time | relevance | path

Searched refs:onSessionModifyRequestReceived (Results 1 – 15 of 15) sorted by relevance

/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestManagedVideoProvider.java31 public void onSessionModifyRequestReceived(RemoteConnection.VideoProvider rvp,
33 super.onSessionModifyRequestReceived(rvp, videoProfile);
H A DTestCallList.java59 public void onSessionModifyRequestReceived(VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in TestCallList.TestVideoCallListener
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallsManagerListenerBase.java80 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallsManagerListenerBase
H A DVideoProviderProxy.java57 void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile); in onSessionModifyRequestReceived() method
189 listener.onSessionModifyRequestReceived(mCall, videoProfile); in receiveSessionModifyRequest()
H A DCallAudioManager.java244 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallAudioManager
H A DCallsManager.java175 void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile); in onSessionModifyRequestReceived() method
1066 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallsManager
1073 listener.onSessionModifyRequestReceived(call, videoProfile); in onSessionModifyRequestReceived()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DVideoProviderProxyTest.java125 verify(mListener).onSessionModifyRequestReceived(any(), capturedProfile.capture()); in testReceiveUpgradeRequestWhenVideoIsSupported()
H A DVideoProviderTest.java555 .onSessionModifyRequestReceived(any(VideoProfile.class)); in testReceiveSessionModifyRequest()
564 .onSessionModifyRequestReceived(requestProfileCaptor.capture()); in testReceiveSessionModifyRequest()
/aosp12/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
H A DImsVideoCallCallback.java58 public void onSessionModifyRequestReceived(VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in ImsVideoCallCallback
/aosp12/packages/services/Telecomm/testapps/carmodedialer/src/com/android/server/telecom/carmodedialer/
H A DCarModeCallList.java59 public void onSessionModifyRequestReceived(VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CarModeCallList.TestVideoCallListener
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DVideoCallImpl.java165 mCallback.onSessionModifyRequestReceived((VideoProfile) msg.obj); in handleMessage()
H A DInCallService.java857 public abstract void onSessionModifyRequestReceived(VideoProfile videoProfile); in onSessionModifyRequestReceived() method in InCallService.VideoCall.Callback
H A DRemoteConnection.java301 public void onSessionModifyRequestReceived( in onSessionModifyRequestReceived() method in RemoteConnection.VideoProvider.Callback
390 l.onSessionModifyRequestReceived(VideoProvider.this, videoProfile);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt40185 method public abstract void onSessionModifyRequestReceived(android.telecom.VideoProfile);
40388 …method public void onSessionModifyRequestReceived(android.telecom.RemoteConnection.VideoProvider, …