Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContent.java132 public static final int MMS_TO = 0x97; field in BluetoothMapContent
951 address = getAddressMms(mResolver, id, MMS_TO); in setRecipientAddressing()
985 phone = getAddressMms(mResolver, id, MMS_TO); in setRecipientName()
1502 String phone = getAddressMms(mResolver, id, MMS_TO); in matchRecipientMms()
3765 case MMS_TO: in extractMmsAddresses()
DBluetoothMapContentObserver.java2757 mResolver, id, BluetoothMapContent.MMS_TO); in unDeleteMessageMms()
3670 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_TO); in pushMmsToFolder()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java1895 addressCursor.addRow(new Object[] {TEST_ADDRESS, BluetoothMapContent.MMS_TO}); in extractMmsAddresses_withTypeMmsTo()