Searched refs:MATCH_TO_MSGBOX_ID_MAP (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DPduCache.java48 private static final HashMap<Integer, Integer> MATCH_TO_MSGBOX_ID_MAP; field in class:PduCache
67 MATCH_TO_MSGBOX_ID_MAP = new HashMap<Integer, Integer>();
68 MATCH_TO_MSGBOX_ID_MAP.put(MMS_INBOX, Mms.MESSAGE_BOX_INBOX);
69 MATCH_TO_MSGBOX_ID_MAP.put(MMS_SENT, Mms.MESSAGE_BOX_SENT);
70 MATCH_TO_MSGBOX_ID_MAP.put(MMS_DRAFTS, Mms.MESSAGE_BOX_DRAFTS);
71 MATCH_TO_MSGBOX_ID_MAP.put(MMS_OUTBOX, Mms.MESSAGE_BOX_OUTBOX);
153 purgeByMessageBox(MATCH_TO_MSGBOX_ID_MAP.get(match));

Completed in 219 milliseconds