Searched refs:MESSAGE_BOX_MAP (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java185 private static final HashMap<Uri, Integer> MESSAGE_BOX_MAP; field in class:PduPersister
199 MESSAGE_BOX_MAP = new HashMap<Uri, Integer>();
200 MESSAGE_BOX_MAP.put(Mms.Inbox.CONTENT_URI, Mms.MESSAGE_BOX_INBOX);
201 MESSAGE_BOX_MAP.put(Mms.Sent.CONTENT_URI, Mms.MESSAGE_BOX_SENT);
202 MESSAGE_BOX_MAP.put(Mms.Draft.CONTENT_URI, Mms.MESSAGE_BOX_DRAFTS);
203 MESSAGE_BOX_MAP.put(Mms.Outbox.CONTENT_URI, Mms.MESSAGE_BOX_OUTBOX);
1248 if (!existingUri && MESSAGE_BOX_MAP.get(uri) == null) {
1493 Integer msgBox = MESSAGE_BOX_MAP.get(to);

Completed in 59 milliseconds