Searched refs:FOLDER_MMS_MAP (Results 1 – 1 of 1) sorted by relevance
513 private static final HashMap<Integer, String> FOLDER_MMS_MAP; field in BluetoothMapContentObserver516 FOLDER_MMS_MAP = new HashMap<Integer, String>();517 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_INBOX, BluetoothMapContract.FOLDER_NAME_INBOX); in FOLDER_MMS_MAP.put()518 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_SENT, BluetoothMapContract.FOLDER_NAME_SENT); in FOLDER_MMS_MAP.put()519 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_DRAFTS, BluetoothMapContract.FOLDER_NAME_DRAFT); in FOLDER_MMS_MAP.put()520 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_OUTBOX, BluetoothMapContract.FOLDER_NAME_OUTBOX); in FOLDER_MMS_MAP.put()524 String name = FOLDER_MMS_MAP.get(mailbox); in getMmsFolderName()