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

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

Completed in 16 milliseconds