HomeSort by relevance Sort by last modified time
    Searched full:respstatus (Results 1 - 3 of 3) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
RetryScheduler.java 133 int respStatus = getResponseStatus(msgId);
137 switch (respStatus) {
160 respStatus = getRetrieveStatus(msgId);
161 if (respStatus ==
240 int respStatus = 0;
245 respStatus = cursor.getInt(cursor.getColumnIndexOrThrow(Mms.RESPONSE_STATUS));
250 if (respStatus != 0) {
251 Log.e(TAG, "Response status is: " + respStatus);
253 return respStatus;
SendTransaction.java 141 int respStatus = conf.getResponseStatus();
142 values.put(Mms.RESPONSE_STATUS, respStatus);
144 if (respStatus != PduHeaders.RESPONSE_STATUS_OK) {
147 Log.e(TAG, "Server returned an error code: " + respStatus);
TransactionService.java     [all...]

Completed in 187 milliseconds