Home
last modified time | relevance | path

Searched refs:MESSAGE_NOT_SEEN (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientContentTest.java86 private static final boolean MESSAGE_NOT_SEEN = false; field in MapClientContentTest
292 mTestMessage1, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_NOT_SEEN); in testStoreSmsMessageWithSeenFalse_smsWrittenWithSeenFalse()
298 assertThat(storedSMS.get(Sms.SEEN)).isEqualTo(MESSAGE_NOT_SEEN); in testStoreSmsMessageWithSeenFalse_smsWrittenWithSeenFalse()
320 mTestMessage2, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_NOT_SEEN); in testStoreMmsMessageWithSeenFalse_mmsWrittenWithSeenFalse()
326 assertThat(storedMMS.get(Mms.SEEN)).isEqualTo(MESSAGE_NOT_SEEN); in testStoreMmsMessageWithSeenFalse_mmsWrittenWithSeenFalse()
DMapClientStateMachineTest.java108 private static final boolean MESSAGE_NOT_SEEN = false; field in MapClientStateMachineTest
706 eq(MESSAGE_NOT_SEEN)); in testReceivedNewSms_messageStoredAsUnseen()
755 eq(MESSAGE_NOT_SEEN)); in testReceivedNewMms_messageStoredAsUnseen()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java118 private static final boolean MESSAGE_NOT_SEEN = false; field in MceStateMachine
873 event.getHandle(), timestamp, false, MESSAGE_NOT_SEEN); in processNotification()