Home
last modified time | relevance | path

Searched defs:onSessionModifyRequestReceived (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallVideoCallCallback.java50 public void onSessionModifyRequestReceived(VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in InCallVideoCallCallback
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java80 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallsManagerListenerBase
DVideoProviderProxy.java50 void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile); in onSessionModifyRequestReceived() method
DCallAudioManager.java229 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallAudioManager
DCallsManager.java107 void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile); in onSessionModifyRequestReceived() method
548 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallsManager
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java53 public void onSessionModifyRequestReceived(VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in TestCallList.TestVideoCallListener