Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java192 private static final SimpleArrayMap<Uri, Integer> MESSAGE_BOX_MAP; field in PduPersister
216 MESSAGE_BOX_MAP = new SimpleArrayMap<Uri, Integer>();
217 MESSAGE_BOX_MAP.put(Mms.Inbox.CONTENT_URI, Mms.MESSAGE_BOX_INBOX); in MESSAGE_BOX_MAP.put()
218 MESSAGE_BOX_MAP.put(Mms.Sent.CONTENT_URI, Mms.MESSAGE_BOX_SENT); in MESSAGE_BOX_MAP.put()
219 MESSAGE_BOX_MAP.put(Mms.Draft.CONTENT_URI, Mms.MESSAGE_BOX_DRAFTS); in MESSAGE_BOX_MAP.put()
220 MESSAGE_BOX_MAP.put(Mms.Outbox.CONTENT_URI, Mms.MESSAGE_BOX_OUTBOX); in MESSAGE_BOX_MAP.put()
1318 if (!existingUri && MESSAGE_BOX_MAP.get(uri) == null) { in persist()
1615 final Integer msgBox = MESSAGE_BOX_MAP.get(to); in move()