Searched refs:mSmsType (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 159 private TYPE mSmsType; field in BluetoothMapContentObserver 301 mSmsType = getSmsType(); in BluetoothMapContentObserver() 1380 mSmsType, date, subject, name, priority); in handleMsgListChangesSms() 1383 mSmsType, date, subject, name, priority, in handleMsgListChangesSms() 1389 null, mSmsType); in handleMsgListChangesSms() 1402 getSmsFolderName(type), oldFolder, mSmsType); in handleMsgListChangesSms() 1419 getSmsFolderName(msg.type), null, mSmsType); in handleMsgListChangesSms() 1425 BluetoothMapContract.FOLDER_NAME_DELETED, mSmsType); in handleMsgListChangesSms() 1436 getSmsFolderName(msg.type), mSmsType); in handleMsgListChangesSms() 1451 getSmsFolderName(msg.type), null, mSmsType); in handleMsgListChangesSms() [all …]
|