Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoCallCallback.java58 public void onSessionModifyRequestReceived(VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in ImsVideoCallCallback
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java80 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallsManagerListenerBase
DVideoProviderProxy.java57 void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile); in onSessionModifyRequestReceived() method
DCallAudioManager.java236 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallAudioManager
DCallsManager.java141 void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile); in onSessionModifyRequestReceived() method
882 public void onSessionModifyRequestReceived(Call call, VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in CallsManager
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCallList.java59 public void onSessionModifyRequestReceived(VideoProfile videoProfile) { in onSessionModifyRequestReceived() method in TestCallList.TestVideoCallListener