Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientContentTest.java85 private static final boolean MESSAGE_SEEN = true; field in MapClientContentTest
151 mTestMessage1, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testCleanDirtyDatabase()
168 mTestMessage1, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testStoreTwoSMS()
178 mTestMessage1, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testStoreTwoSMS()
192 mTestMessage2, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testStoreTwoMMS()
202 mTestMessage2, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testStoreTwoMMS()
214 mTestMessage2, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testStoreOneSMSOneMMS()
224 mTestMessage2, mTestMessage2Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testStoreOneSMSOneMMS()
236 mTestMessage2, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testReadStatusChanged()
246 mTestMessage2, mTestMessage1Handle, mTestMessage1Timestamp, MESSAGE_SEEN); in testReadStatusChanged()
[all …]
DMapClientStateMachineTest.java107 private static final boolean MESSAGE_SEEN = true; field in MapClientStateMachineTest
514 eq(MESSAGE_SEEN)); in testSMSMessageSent()
806 verify(mMockDatabase, times(1)).storeMessage(any(), any(), any(), eq(MESSAGE_SEEN)); in testDownloadExistingSms_messageStoredAsSeen()
860 verify(mMockDatabase, times(1)).storeMessage(any(), any(), any(), eq(MESSAGE_SEEN)); in testDownloadExistingMms_messageStoredAsSeen()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java117 private static final boolean MESSAGE_SEEN = true; field in MceStateMachine
778 MESSAGE_SEEN); in processMessage() local
947 MESSAGE_SEEN)); in processMessageListing() local