Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java1441 name = BluetoothMapContent.getContactNameFromPhone(phone, in handleMsgListChangesSms()
1599 subject = BluetoothMapContent.getTextPartsMms(mResolver, id); in handleMsgListChangesMms()
1609 String address = BluetoothMapContent.getAddressMms(mResolver, id, in handleMsgListChangesMms()
1610 BluetoothMapContent.MMS_FROM); in handleMsgListChangesMms()
2280 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms()
2281 BluetoothMapContent.MMS_FROM); in unDeleteMessageMms()
2283 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms()
2284 BluetoothMapContent.MMS_TO); in unDeleteMessageMms()
3048 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM); in pushMmsToFolder()
3060 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_TO); in pushMmsToFolder()
DBluetoothMapObexServer.java109 BluetoothMapContent mOutContent;
164 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance); in BluetoothMapObexServer()
DBluetoothMapContent.java63 public class BluetoothMapContent { class
423 public BluetoothMapContent(final Context context, BluetoothMapAccountItem account, in BluetoothMapContent() method in BluetoothMapContent