Searched refs:BluetoothMapMessageListingElement (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | RequestGetMessagesListingForOwnNumberTest.java | 28 import com.android.bluetooth.map.BluetoothMapMessageListingElement; 62 private BluetoothMapMessageListingElement mSMSWithOwnNumberAsRecipient; 63 private BluetoothMapMessageListingElement mMMSWithOwnNumberAsSender; 64 private BluetoothMapMessageListingElement mSMSWithoutOwnNumber; 67 private Map<String, List<BluetoothMapMessageListingElement>> mFolders = new HashMap<>(); 81 BluetoothMapMessageListingElement fillerElements, in createMessageFolder() 82 BluetoothMapMessageListingElement targetElement, in createMessageFolder() 84 List<BluetoothMapMessageListingElement> list = new ArrayList<>(); in createMessageFolder() 101 List<BluetoothMapMessageListingElement> folderElements = mFolders.get(folder); in getMessageListingAsInputStream() 111 BluetoothMapMessageListingElement element = folderElements.get(i); in getMessageListingAsInputStream() [all …]
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListingTest.java | 52 private BluetoothMapMessageListingElement mListingElementEarliestWithReadFalse; 53 private BluetoothMapMessageListingElement mListingElementMiddleWithReadFalse; 54 private BluetoothMapMessageListingElement mListingElementLatestWithReadTrue; 60 mListingElementEarliestWithReadFalse = new BluetoothMapMessageListingElement(); in setUp() 63 mListingElementMiddleWithReadFalse = new BluetoothMapMessageListingElement(); in setUp() 66 mListingElementLatestWithReadTrue = new BluetoothMapMessageListingElement(); in setUp() 115 final BluetoothMapMessageListingElement listingElementToAppendOne = in encodeToXml_thenAppendFromXml() 116 new BluetoothMapMessageListingElement(); in encodeToXml_thenAppendFromXml() 117 final BluetoothMapMessageListingElement listingElementToAppendTwo = in encodeToXml_thenAppendFromXml() 118 new BluetoothMapMessageListingElement(); in encodeToXml_thenAppendFromXml() [all …]
|
D | BluetoothMapMessageListingElementTest.java | 68 private BluetoothMapMessageListingElement mMessageListingElement; 72 mMessageListingElement = new BluetoothMapMessageListingElement(); in setUp() 211 BluetoothMapMessageListingElement elementWithLaterDateTime = in compareTo_withLaterDateTime_ReturnsOne() 212 new BluetoothMapMessageListingElement(); in compareTo_withLaterDateTime_ReturnsOne() 219 BluetoothMapMessageListingElement elementWithFasterDateTime = in compareTo_withFasterDateTime_ReturnsNegativeOne() 220 new BluetoothMapMessageListingElement(); in compareTo_withFasterDateTime_ReturnsNegativeOne() 227 BluetoothMapMessageListingElement elementWithEqualDateTime = in compareTo_withEqualDateTime_ReturnsZero() 228 new BluetoothMapMessageListingElement(); in compareTo_withEqualDateTime_ReturnsZero()
|
D | BluetoothMapContentTest.java | 128 private BluetoothMapMessageListingElement mMessageListingElement; 138 mMessageListingElement = new BluetoothMapMessageListingElement(); in setUp() 1425 BluetoothMapMessageListingElement smsElement = listing.getList().get(0); in msgListing_withSmsCursorOnly() 1518 BluetoothMapMessageListingElement mmsElement = listing.getList().get(0); in msgListing_withMmsCursorOnly() 1607 BluetoothMapMessageListingElement emailElement = listing.getList().get(0); in msgListing_withEmailCursorOnly() 1713 BluetoothMapMessageListingElement imElement = listing.getList().get(0); in msgListing_withImCursorOnly()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
D | BluetoothMapMessageListing.java | 41 private List<BluetoothMapMessageListingElement> mList; 44 mList = new ArrayList<BluetoothMapMessageListingElement>(); in BluetoothMapMessageListing() 47 public void add(BluetoothMapMessageListingElement element) { in add() 81 public List<BluetoothMapMessageListingElement> getList() { in getList() 122 for (BluetoothMapMessageListingElement element : mList) { in encode() 172 mList = new ArrayList<BluetoothMapMessageListingElement>(); // Return an empty list in segment() 176 mList = new ArrayList<BluetoothMapMessageListingElement>(); in segment()
|
D | BluetoothMapMessageListingElement.java | 26 public class BluetoothMapMessageListingElement class 27 implements Comparable<BluetoothMapMessageListingElement> { 255 public int compareTo(BluetoothMapMessageListingElement e) { in compareTo()
|
D | BluetoothMapContent.java | 468 BluetoothMapMessageListingElement e, in setProtected() 486 BluetoothMapMessageListingElement e, in setThreadId() 508 BluetoothMapMessageListingElement e, in setThreadName() 523 BluetoothMapMessageListingElement e, in setSent() 548 BluetoothMapMessageListingElement e, in setRead() 567 BluetoothMapMessageListingElement e, in setPriority() 599 BluetoothMapMessageListingElement e, in setAttachment() 662 BluetoothMapMessageListingElement e, in setText() 691 private void setReceptionStatus(BluetoothMapMessageListingElement e, BluetoothMapAppParams ap) { in setReceptionStatus() 701 BluetoothMapMessageListingElement e, in setDeliveryStatus() [all …]
|