Home
last modified time | relevance | path

Searched refs:getReadBool (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapMessageListing.java50 if (!element.getReadBool()) { in add()
DBluetoothMapConvoListing.java54 if (element.getReadBool()) { in add()
DBluetoothMapMessageListingElement.java207 public boolean getReadBool() { in getReadBool() method in BluetoothMapMessageListingElement
DBluetoothMapConvoListingElement.java172 public boolean getReadBool() { in getReadBool() method in BluetoothMapConvoListingElement
DBluetoothMapContent.java2994 if (read != convoElement.getReadBool()) { in refreshSmsMmsConvoVersions()
3095 if (read != convoElement.getReadBool()) { in refreshImEmailConvoVersions()
3170 if (read != convoElement.getReadBool()) { in updateSmsMmsConvoVersion()
3217 if (read != convoElement.getReadBool()) { in updateImEmailConvoVersion()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentTest.java1256 assertThat(emailElement.getReadBool()).isFalse(); in convoListing_withNullFilterRecipient()
1261 assertThat(smsElement.getReadBool()).isTrue(); in convoListing_withNullFilterRecipient()
1360 assertThat(imElement.getReadBool()).isFalse(); in convoListing_withNonNullFilterRecipient()
1365 assertThat(smsElement.getReadBool()).isTrue(); in convoListing_withNonNullFilterRecipient()
1429 assertThat(smsElement.getReadBool()).isTrue(); in msgListing_withSmsCursorOnly()
1522 assertThat(mmsElement.getReadBool()).isFalse(); in msgListing_withMmsCursorOnly()
1611 assertThat(emailElement.getReadBool()).isTrue(); in msgListing_withEmailCursorOnly()
1717 assertThat(imElement.getReadBool()).isFalse(); in msgListing_withImCursorOnly()
DBluetoothMapMessageListingTest.java135 assertThat(listing.getList().get(1).getReadBool()).isTrue(); in encodeToXml_thenAppendFromXml()
DBluetoothMapConvoListingElementTest.java110 assertThat(mListingElement.getReadBool()).isEqualTo(TEST_READ); in getters()
DBluetoothMapMessageListingElementTest.java121 assertThat(mMessageListingElement.getReadBool()).isEqualTo(TEST_READ); in getters()