Searched refs:getReadBool (Results 1 – 9 of 9) sorted by relevance
50 if (!element.getReadBool()) { in add()
54 if (element.getReadBool()) { in add()
207 public boolean getReadBool() { in getReadBool() method in BluetoothMapMessageListingElement
172 public boolean getReadBool() { in getReadBool() method in BluetoothMapConvoListingElement
2994 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()
1256 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()
135 assertThat(listing.getList().get(1).getReadBool()).isTrue(); in encodeToXml_thenAppendFromXml()
110 assertThat(mListingElement.getReadBool()).isEqualTo(TEST_READ); in getters()
121 assertThat(mMessageListingElement.getReadBool()).isEqualTo(TEST_READ); in getters()