Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java525 private static String getMmsFolderName(int mailbox) { in getMmsFolderName() method in BluetoothMapContentObserver
1594 if (getMmsFolderName(type).equalsIgnoreCase( in handleMsgListChangesMms()
1634 evt = new Event(EVENT_TYPE_NEW, id, getMmsFolderName(type), in handleMsgListChangesMms()
1637 evt = new Event(EVENT_TYPE_NEW, id, getMmsFolderName(type), in handleMsgListChangesMms()
1644 evt = new Event(EVENT_TYPE_NEW, id, getMmsFolderName(type), null, in handleMsgListChangesMms()
1657 evt = new Event(EVENT_TYPE_SHIFT, id, getMmsFolderName(type), in handleMsgListChangesMms()
1658 getMmsFolderName(msg.type), TYPE.MMS); in handleMsgListChangesMms()
1663 if (getMmsFolderName(type).equalsIgnoreCase( in handleMsgListChangesMms()
1669 getMmsFolderName(type), null, TYPE.MMS); in handleMsgListChangesMms()
1680 getMmsFolderName(msg.type), null, TYPE.MMS); in handleMsgListChangesMms()
[all …]