Searched defs:MESSAGE_BOX_MAP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java178 private static final HashMap<Uri, Integer> MESSAGE_BOX_MAP; field in class:PduPersister
192 MESSAGE_BOX_MAP = new HashMap<Uri, Integer>();
193 MESSAGE_BOX_MAP.put(Mms.Inbox.CONTENT_URI, Mms.MESSAGE_BOX_INBOX);
194 MESSAGE_BOX_MAP.put(Mms.Sent.CONTENT_URI, Mms.MESSAGE_BOX_SENT);
195 MESSAGE_BOX_MAP.put(Mms.Draft.CONTENT_URI, Mms.MESSAGE_BOX_DRAFTS);
196 MESSAGE_BOX_MAP.put(Mms.Outbox.CONTENT_URI, Mms.MESSAGE_BOX_OUTBOX);
1027 Integer msgBox = MESSAGE_BOX_MAP.get(uri);
1192 Integer msgBox = MESSAGE_BOX_MAP.get(to);

Completed in 19 milliseconds