Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java959 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms()
960 BluetoothMapContent.MMS_FROM); in unDeleteMessageMms()
962 address = BluetoothMapContent.getAddressMms(mResolver, id, in unDeleteMessageMms()
963 BluetoothMapContent.MMS_TO); in unDeleteMessageMms()
1552 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM); in pushMmsToFolder()
1564 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_TO); in pushMmsToFolder()
DBluetoothMapObexServer.java87 BluetoothMapContent mOutContent;
133 mOutContent = new BluetoothMapContent(mContext, mBaseEmailUriString); in BluetoothMapObexServer()
DBluetoothMapContent.java60 public class BluetoothMapContent { class
211 public BluetoothMapContent(final Context context, String emailBaseUri) { in BluetoothMapContent() method in BluetoothMapContent
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java12 import com.android.bluetooth.map.BluetoothMapContent;