Home
last modified time | relevance | path

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

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