Searched refs:BluetoothMapContent (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentTest.java | 49 import com.android.bluetooth.map.BluetoothMapContent.FilterInfo; 126 private BluetoothMapContent mContent; 136 mContent = new BluetoothMapContent(mContext, mAccountItem, mMasInstance); in setUp() 150 BluetoothMapContent content = new BluetoothMapContent(mContext, mAccountItem, mMasInstance); in constructor_withNonNullAccountItem() 157 BluetoothMapContent content = new BluetoothMapContent(mContext, null, mMasInstance); in constructor_withNullAccountItem() 175 assertThat(BluetoothMapContent.getTextPartsMms(mContentResolver, id)).isEqualTo(TEST_TEXT); in getTextPartsMms() 189 assertThat(BluetoothMapContent.getContactNameFromPhone(phoneName, mContentResolver)) in getContactNameFromPhone() 205 assertThat(BluetoothMapContent.getCanonicalAddressSms(mContentResolver, threadId)) in getCanonicalAddressSms() 221 assertThat(BluetoothMapContent.getAddressMms(mContentResolver, id, type)) in getAddressMms() 228 .thenReturn((long) BluetoothMapContent.MASK_ATTACHMENT_SIZE); in setAttachment_withTypeMms() [all …]
|
D | FilterInfoTest.java | 38 private BluetoothMapContent.FilterInfo mFilterInfo; 42 mFilterInfo = new BluetoothMapContent.FilterInfo(); in setUp()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 1592 BluetoothMapContent.getContactNameFromPhone( in handleMsgListChangesSms() 1841 subject = BluetoothMapContent.getTextPartsMms(mResolver, id); in handleMsgListChangesMms() 1856 BluetoothMapContent.getAddressMms( in handleMsgListChangesMms() 1857 mResolver, id, BluetoothMapContent.MMS_FROM); in handleMsgListChangesMms() 2752 BluetoothMapContent.getAddressMms( in unDeleteMessageMms() 2753 mResolver, id, BluetoothMapContent.MMS_FROM); in unDeleteMessageMms() 2756 BluetoothMapContent.getAddressMms( in unDeleteMessageMms() 2757 mResolver, id, BluetoothMapContent.MMS_TO); in unDeleteMessageMms() 3659 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_FROM); in pushMmsToFolder() 3670 values.put(Mms.Addr.TYPE, BluetoothMapContent.MMS_TO); in pushMmsToFolder()
|
D | BluetoothMapObexServer.java | 112 BluetoothMapContent mOutContent; 166 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance); in BluetoothMapObexServer()
|
D | BluetoothMapContent.java | 67 public class BluetoothMapContent { class 434 public BluetoothMapContent( in BluetoothMapContent() method in BluetoothMapContent
|