Home
last modified time | relevance | path

Searched refs:MSG_GET_MESSAGE_LISTING (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java94 static final int MSG_GET_MESSAGE_LISTING = 2005; field in MceStateMachine
412 sendMessage(MSG_GET_MESSAGE_LISTING, FOLDER_INBOX); in getUnreadMessages()
724 case MSG_GET_MESSAGE_LISTING: in processMessage()
996 sendMessage(MSG_GET_MESSAGE_LISTING, FOLDER_SENT); in notificationRegistrationAndStartDownloadMessages()
997 sendMessage(MSG_GET_MESSAGE_LISTING, FOLDER_INBOX); in notificationRegistrationAndStartDownloadMessages()
1295 case MSG_GET_MESSAGE_LISTING: in getMessageName()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java781 MceStateMachine.MSG_GET_MESSAGE_LISTING, in testDownloadExistingSms_messageStoredAsSeen()
835 MceStateMachine.MSG_GET_MESSAGE_LISTING, in testDownloadExistingMms_messageStoredAsSeen()