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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java1373 name = BluetoothMapContent.getContactNameFromPhone(phone,
1529 subject = BluetoothMapContent.getTextPartsMms(mResolver, id);
1536 String address = BluetoothMapContent.getAddressMms(
1537 mResolver,id,BluetoothMapContent.MMS_FROM);
2201 address = BluetoothMapContent.getAddressMms(mResolver, id,
2202 BluetoothMapContent.MMS_FROM);
2204 address = BluetoothMapContent.getAddressMms(mResolver, id,
2205 BluetoothMapContent.MMS_TO);
2900 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM);
2912 values.put(Mms.Addr.TYPE, BluetoothMapContent
[all...]
H A DBluetoothMapObexServer.java99 BluetoothMapContent mOutContent;
151 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance);
H A DBluetoothMapContent.java61 public class BluetoothMapContent { class
63 private static final String TAG = "BluetoothMapContent";
441 public BluetoothMapContent(final Context context, BluetoothMapAccountItem account, method in class:BluetoothMapContent

Completed in 85 milliseconds