Searched refs:MMS_FROM (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 131 public static final int MMS_FROM = 0x89; field in BluetoothMapContent 1040 tempAddress = getAddressMms(mResolver, id, MMS_FROM); in setSenderAddressing() 1126 phone = getAddressMms(mResolver, id, MMS_FROM); in setSenderName() 1582 String phone = getAddressMms(mResolver, id, MMS_FROM); in matchOriginatorMms() 3761 case MMS_FROM: in extractMmsAddresses()
|
D | BluetoothMapContentObserver.java | 1857 mResolver, id, BluetoothMapContent.MMS_FROM); in handleMsgListChangesMms() 2753 mResolver, id, BluetoothMapContent.MMS_FROM); in unDeleteMessageMms() 3659 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM); in pushMmsToFolder()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentTest.java | 1842 addressCursor.addRow(new Object[] {TEST_ADDRESS, BluetoothMapContent.MMS_FROM}); in extractMmsAddresses_withTypeMmsFrom()
|