Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java701 public static final int MMS_TO = 0x97; field in BluetoothMapContentTest
716 if (type == MMS_TO) { in printMmsAddr()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java138 public static final int MMS_TO = 0x97; field in BluetoothMapContent
960 address = getAddressMms(mResolver, id, MMS_TO); in setRecipientAddressing()
989 phone = getAddressMms(mResolver, id, MMS_TO); in setRecipientName()
1426 String phone = getAddressMms(mResolver, id, MMS_TO); in matchRecipientMms()
3481 case MMS_TO: in extractMmsAddresses()
DBluetoothMapContentObserver.java2187 BluetoothMapContent.MMS_TO); in unDeleteMessageMms()
2888 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_TO); in pushMmsToFolder()