Home
last modified time | relevance | path

Searched refs:bitsPerSecond (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockImsService.java194 public void sendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in sendAnbrQuery() argument
196 + direction + ", bitsPerSecond" + bitsPerSecond); in sendAnbrQuery()
201 mAnbrValues[2] = bitsPerSecond; in sendAnbrQuery()
DIRadioImsImpl.java143 public void sendAnbrQuery(int serial, int qosSessionId, int direction, int bitsPerSecond) { in sendAnbrQuery() argument
146 mImsState.sendAnbrQuery(qosSessionId, direction, bitsPerSecond); in sendAnbrQuery()
172 public void notifyAnbr(int qosSessionId, int direction, int bitsPerSecond) { in notifyAnbr() argument
178 qosSessionId, direction, bitsPerSecond); in notifyAnbr()
DMockModemManager.java657 public boolean notifyAnbr(int slotId, int qosSessionId, int direction, int bitsPerSecond) { in notifyAnbr() argument
659 + ", direction=" + direction + ", bitsPerSecond" + bitsPerSecond); in notifyAnbr()
666 radioIms.notifyAnbr(qosSessionId, direction, bitsPerSecond); in notifyAnbr()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsCallSessionImpl.java873 public void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in callSessionSendAnbrQuery() argument
875 mListener.callSessionSendAnbrQuery(mediaType, direction, bitsPerSecond); in callSessionSendAnbrQuery()
884 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr() argument
887 mAnbrValues[2] = bitsPerSecond; in callSessionNotifyAnbr()