Searched defs:bitsPerSecond (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | IRadioImsImpl.java | 143 public void sendAnbrQuery(int serial, int qosSessionId, int direction, int bitsPerSecond) { in sendAnbrQuery() 172 public void notifyAnbr(int qosSessionId, int direction, int bitsPerSecond) { in notifyAnbr()
|
D | MockImsService.java | 194 public void sendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in sendAnbrQuery()
|
D | MockModemManager.java | 657 public boolean notifyAnbr(int slotId, int qosSessionId, int direction, int bitsPerSecond) { in notifyAnbr()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | TestImsCallSessionImpl.java | 873 public void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in callSessionSendAnbrQuery() 884 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr()
|