Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java700 public static final int MMS_FROM = 0x89; field in BluetoothMapContentTest
718 } else if (type == MMS_FROM) { in printMmsAddr()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java137 public static final int MMS_FROM = 0x89; field in BluetoothMapContent
1037 tempAddress = getAddressMms(mResolver, id, MMS_FROM); in setSenderAddressing()
1107 phone = getAddressMms(mResolver, id, MMS_FROM); in setSenderName()
1506 String phone = getAddressMms(mResolver, id, MMS_FROM); in matchOriginatorMms()
3477 case MMS_FROM: in extractMmsAddresses()
DBluetoothMapContentObserver.java1519 mResolver,id,BluetoothMapContent.MMS_FROM); in handleMsgListChangesMms()
2184 BluetoothMapContent.MMS_FROM); in unDeleteMessageMms()
2876 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM); in pushMmsToFolder()