Searched defs:MmsReportStatus (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DDeliveryReportActivity.java196 Map<String, MmsReportStatus> reportStatus) {
205 MmsReportStatus status = queryStatusByRecipient(reportStatus, recipient);
235 private static MmsReportStatus queryStatusByRecipient(
236 Map<String, MmsReportStatus> status, String recipient) {
263 Map<String, MmsReportStatus> reportStatus = getMmsReportStatus();
274 private Map<String, MmsReportStatus> getMmsReportStatus() {
285 Map<String, MmsReportStatus> statusMap =
286 new HashMap<String, MmsReportStatus>();
293 MmsReportStatus status = new MmsReportStatus(
348 private static final class MmsReportStatus { class in class:DeliveryReportActivity
352 public MmsReportStatus(int drStatus, int rrStatus) { method in class:DeliveryReportActivity.MmsReportStatus
[all...]

Completed in 732 milliseconds