Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java557 private static final HashMap<Integer, String> FOLDER_MMS_MAP; field in BluetoothMapContentObserver
560 FOLDER_MMS_MAP = new HashMap<Integer, String>();
561 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_INBOX, BluetoothMapContract.FOLDER_NAME_INBOX); in FOLDER_MMS_MAP.put()
562 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_SENT, BluetoothMapContract.FOLDER_NAME_SENT); in FOLDER_MMS_MAP.put()
563 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_DRAFTS, BluetoothMapContract.FOLDER_NAME_DRAFT); in FOLDER_MMS_MAP.put()
564 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_OUTBOX, BluetoothMapContract.FOLDER_NAME_OUTBOX); in FOLDER_MMS_MAP.put()
568 String name = FOLDER_MMS_MAP.get(mailbox); in getMmsFolderName()