Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DPduCache.java48 private static final SparseArray<Integer> MATCH_TO_MSGBOX_ID_MAP; field in PduCache
67 MATCH_TO_MSGBOX_ID_MAP = new SparseArray<Integer>();
68 MATCH_TO_MSGBOX_ID_MAP.put(MMS_INBOX, Mms.MESSAGE_BOX_INBOX); in MATCH_TO_MSGBOX_ID_MAP.put()
69 MATCH_TO_MSGBOX_ID_MAP.put(MMS_SENT, Mms.MESSAGE_BOX_SENT); in MATCH_TO_MSGBOX_ID_MAP.put()
70 MATCH_TO_MSGBOX_ID_MAP.put(MMS_DRAFTS, Mms.MESSAGE_BOX_DRAFTS); in MATCH_TO_MSGBOX_ID_MAP.put()
71 MATCH_TO_MSGBOX_ID_MAP.put(MMS_OUTBOX, Mms.MESSAGE_BOX_OUTBOX); in MATCH_TO_MSGBOX_ID_MAP.put()
153 purgeByMessageBox(MATCH_TO_MSGBOX_ID_MAP.get(match)); in purge()