Searched refs:getAddressMms (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 951 address = getAddressMms(mResolver, id, MMS_TO); in setRecipientAddressing() 985 phone = getAddressMms(mResolver, id, MMS_TO); in setRecipientName() 1040 tempAddress = getAddressMms(mResolver, id, MMS_FROM); in setSenderAddressing() 1126 phone = getAddressMms(mResolver, id, MMS_FROM); in setSenderName() 1460 public static String getAddressMms(ContentResolver r, long id, int type) { in getAddressMms() method in BluetoothMapContent 1502 String phone = getAddressMms(mResolver, id, MMS_TO); in matchRecipientMms() 1582 String phone = getAddressMms(mResolver, id, MMS_FROM); in matchOriginatorMms()
|
D | BluetoothMapContentObserver.java | 1856 BluetoothMapContent.getAddressMms( in handleMsgListChangesMms() 2752 BluetoothMapContent.getAddressMms( in unDeleteMessageMms() 2756 BluetoothMapContent.getAddressMms( in unDeleteMessageMms()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentTest.java | 210 public void getAddressMms() { in getAddressMms() method in BluetoothMapContentTest 221 assertThat(BluetoothMapContent.getAddressMms(mContentResolver, id, type)) in getAddressMms()
|