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.java1447 name = BluetoothMapContent.getContactNameFromPhone(phone, in handleMsgListChangesSms()
1610 subject = BluetoothMapContent.getTextPartsMms(mResolver, id); in handleMsgListChangesMms()
1620 String address = BluetoothMapContent.getAddressMms(mResolver, id, in handleMsgListChangesMms()
1621 BluetoothMapContent.MMS_FROM); in handleMsgListChangesMms()
2291 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms()
2292 BluetoothMapContent.MMS_FROM); in unDeleteMessageMms()
2294 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms()
2295 BluetoothMapContent.MMS_TO); in unDeleteMessageMms()
3102 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM); in pushMmsToFolder()
3114 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