Searched refs:callSessionNotifyAnbr (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/stub/ |
D | ImsCallSessionImplBase.java | 378 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { 379 executeMethodAsync(() -> ImsCallSessionImplBase.this.callSessionNotifyAnbr( 796 public void callSessionNotifyAnbr(@MediaStreamType int mediaType, in callSessionNotifyAnbr() method in ImsCallSessionImplBase
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 320 void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond); in callSessionNotifyAnbr() method
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsCallSession.java | 1250 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr() method in ImsCallSession 1256 miSession.callSessionNotifyAnbr(mediaType, direction, bitsPerSecond); in callSessionNotifyAnbr()
|
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
D | ImsCallSessionImplBase.java | 430 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr() method in ImsCallSessionImplBase
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 914 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr() method in ImsCall 917 mSession.callSessionNotifyAnbr(mediaType, direction, bitsPerSecond); in callSessionNotifyAnbr()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTrackerTest.java | 1544 verify(mImsCall, times(1)).callSessionNotifyAnbr(eq(1), eq(1), eq(24400)); in testTriggerNotifyAnbr()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCallTracker.java | 6124 activeCall.callSessionNotifyAnbr(mediaType, direction, bitsPerSecond); in triggerNotifyAnbr()
|