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.java524 private static final HashMap<Integer, String> FOLDER_MMS_MAP; field in BluetoothMapContentObserver
526 FOLDER_MMS_MAP = new HashMap<Integer, String>();
527 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_INBOX, BluetoothMapContract.FOLDER_NAME_INBOX); in FOLDER_MMS_MAP.put()
528 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_SENT, BluetoothMapContract.FOLDER_NAME_SENT); in FOLDER_MMS_MAP.put()
529 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_DRAFTS, BluetoothMapContract.FOLDER_NAME_DRAFT); in FOLDER_MMS_MAP.put()
530 FOLDER_MMS_MAP.put(Mms.MESSAGE_BOX_OUTBOX, BluetoothMapContract.FOLDER_NAME_OUTBOX); in FOLDER_MMS_MAP.put()
534 String name = FOLDER_MMS_MAP.get(mailbox); in getMmsFolderName()