Home
last modified time | relevance | path

Searched refs:callSessionNotifyAnbr (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java378 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/
DIImsCallSession.aidl320 void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond); in callSessionNotifyAnbr() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java1250 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/
DImsCallSessionImplBase.java430 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr() method in ImsCallSessionImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java914 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/
DImsPhoneCallTrackerTest.java1544 verify(mImsCall, times(1)).callSessionNotifyAnbr(eq(1), eq(1), eq(24400)); in testTriggerNotifyAnbr()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java6124 activeCall.callSessionNotifyAnbr(mediaType, direction, bitsPerSecond); in triggerNotifyAnbr()