Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java515 private static final HashMap<Integer, String> FOLDER_MMS_MAP; field in BluetoothMapContentObserver
518 FOLDER_MMS_MAP = new HashMap<Integer, String>();
519 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_INBOX, BluetoothMapContract.FOLDER_NAME_INBOX); in FOLDER_MMS_MAP.put()
520 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_SENT, BluetoothMapContract.FOLDER_NAME_SENT); in FOLDER_MMS_MAP.put()
521 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_DRAFTS, BluetoothMapContract.FOLDER_NAME_DRAFT); in FOLDER_MMS_MAP.put()
522 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_OUTBOX, BluetoothMapContract.FOLDER_NAME_OUTBOX); in FOLDER_MMS_MAP.put()
526 String name = FOLDER_MMS_MAP.get(mailbox); in getMmsFolderName()