Home
last modified time | relevance | path

Searched refs:getRead (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapConvoListingElementTest.java110 assertThat(mListingElement.getRead()).isEqualTo("READ"); in getters()
161 assertThat(listingElementFromXml.getRead()).isEqualTo("UNREAD"); in encodeToXml_thenDecodeToInstance_returnsCorrectly()
DBluetoothMapMessageListingElementTest.java121 assertThat(mMessageListingElement.getRead()).isEqualTo("yes"); in getters()
192 assertThat(attributeValue).isEqualTo(mMessageListingElement.getRead()); in encode()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java204 public String getRead() { in getRead() method in BluetoothMapMessageListingElement
338 xmlMsgElement.attribute(null, "read", getRead()); in encode()
DBluetoothMapConvoListingElement.java168 public String getRead() { in getRead() method in BluetoothMapConvoListingElement
267 xmlConvoElement.attribute(null, XML_ATT_READ, getRead()); in encode()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java219 public synchronized boolean getRead() { in getRead() method in MceStateMachine.MessageMetadata
1128 BluetoothMapClient.EXTRA_MESSAGE_READ_STATUS, metadata.getRead()); in processInboundMessage()