Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java1448 name = BluetoothMapContent.getContactNameFromPhone(phone, in handleMsgListChangesSms()
1612 subject = BluetoothMapContent.getTextPartsMms(mResolver, id); in handleMsgListChangesMms()
1622 String address = BluetoothMapContent.getAddressMms(mResolver, id, in handleMsgListChangesMms()
1623 BluetoothMapContent.MMS_FROM); in handleMsgListChangesMms()
2293 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms()
2294 BluetoothMapContent.MMS_FROM); in unDeleteMessageMms()
2296 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms()
2297 BluetoothMapContent.MMS_TO); in unDeleteMessageMms()
3107 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM); in pushMmsToFolder()
3118 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_TO); in pushMmsToFolder()
H A DBluetoothMapObexServer.java109 BluetoothMapContent mOutContent;
164 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance); in BluetoothMapObexServer()
H A DBluetoothMapContent.java63 public class BluetoothMapContent { class
423 public BluetoothMapContent(final Context context, BluetoothMapAccountItem account, in BluetoothMapContent() method in BluetoothMapContent