Home
last modified time | relevance | path

Searched refs:sendPendingCount (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DSendReceive.java104 public void onSendDatagramStateChanged(int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged() argument
106 + state + ", sendPendingCount =" + sendPendingCount + ", errorCode=" in onSendDatagramStateChanged()
112 int datagramType, int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged() argument
114 + state + ", sendPendingCount =" + sendPendingCount + ", errorCode=" in onSendDatagramStateChanged()
DDatagram.java145 public void onSendDatagramStateChanged(int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged() argument
153 + ", sendPendingCount =" + sendPendingCount + ", errorCode=" + errorCode); in onSendDatagramStateChanged()
158 int datagramType, int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged() argument
160 + ", state =" + mTransferState + ", sendPendingCount =" + sendPendingCount in onSendDatagramStateChanged()