Searched refs:MESSAGE_NOT_SEEN (Results 1 – 3 of 3) sorted by relevance
86 private static final boolean MESSAGE_NOT_SEEN = false; field in MapClientContentTest292 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()
108 private static final boolean MESSAGE_NOT_SEEN = false; field in MapClientStateMachineTest706 eq(MESSAGE_NOT_SEEN)); in testReceivedNewSms_messageStoredAsUnseen()755 eq(MESSAGE_NOT_SEEN)); in testReceivedNewMms_messageStoredAsUnseen()
118 private static final boolean MESSAGE_NOT_SEEN = false; field in MceStateMachine873 event.getHandle(), timestamp, false, MESSAGE_NOT_SEEN); in processNotification()