HomeSort by relevance Sort by last modified time
    Searched refs:respStatus (Results 1 - 2 of 2) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 136 int respStatus = getResponseStatus(msgId);
137 if (respStatus == PduHeaders.RESPONSE_STATUS_ERROR_SENDING_ADDRESS_UNRESOLVED) {
211 int respStatus = 0;
216 respStatus = cursor.getInt(cursor.getColumnIndexOrThrow(Mms.RESPONSE_STATUS));
221 if (respStatus != 0) {
222 Log.e(TAG, "Response status is: " + respStatus);
224 return respStatus;
SendTransaction.java 146 int respStatus = conf.getResponseStatus();
147 values.put(Mms.RESPONSE_STATUS, respStatus);
149 if (respStatus != PduHeaders.RESPONSE_STATUS_OK) {
152 Log.e(TAG, "Server returned an error code: " + respStatus);

Completed in 2494 milliseconds