Searched refs:mSmsType (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 161 private TYPE mSmsType; field in BluetoothMapContentObserver 305 mSmsType = getSmsType(); in BluetoothMapContentObserver() 1398 mSmsType, date, subject, name, priority); in handleMsgListChangesSms() 1401 mSmsType, date, subject, name, priority, in handleMsgListChangesSms() 1407 null, mSmsType); in handleMsgListChangesSms() 1420 getSmsFolderName(type), oldFolder, mSmsType); in handleMsgListChangesSms() 1437 getSmsFolderName(msg.type), null, mSmsType); in handleMsgListChangesSms() 1443 BluetoothMapContract.FOLDER_NAME_DELETED, mSmsType); in handleMsgListChangesSms() 1454 getSmsFolderName(msg.type), mSmsType); in handleMsgListChangesSms() 1469 getSmsFolderName(msg.type), null, mSmsType); in handleMsgListChangesSms() [all …]
|