Searched refs:MATCH_TO_MSGBOX_ID_MAP (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
H A D | PduCache.java | 48 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()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | PduCache.java | 49 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()
|