Searched refs:getMmsFolderName (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 523 private static String getMmsFolderName(int mailbox) { in getMmsFolderName() method in BluetoothMapContentObserver 1495 if (getMmsFolderName(type).equalsIgnoreCase( in handleMsgListChangesMms() 1527 evt = new Event(EVENT_TYPE_NEW, id, getMmsFolderName(type), in handleMsgListChangesMms() 1530 evt = new Event(EVENT_TYPE_NEW, id, getMmsFolderName(type), in handleMsgListChangesMms() 1537 evt = new Event(EVENT_TYPE_NEW, id, getMmsFolderName(type), in handleMsgListChangesMms() 1550 evt = new Event(EVENT_TYPE_SHIFT, id, getMmsFolderName(type), in handleMsgListChangesMms() 1551 getMmsFolderName(msg.type), TYPE.MMS); in handleMsgListChangesMms() 1556 if (getMmsFolderName(type).equalsIgnoreCase( in handleMsgListChangesMms() 1562 getMmsFolderName(type), null, TYPE.MMS); in handleMsgListChangesMms() 1574 getMmsFolderName(msg.type), null, TYPE.MMS); in handleMsgListChangesMms() [all …]
|