Home
last modified time | relevance | path

Searched refs:FOLDER_INBOX (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessagesListingForOwnNumber.java61 Arrays.asList(MceStateMachine.FOLDER_SENT, MceStateMachine.FOLDER_INBOX));
175 if (MceStateMachine.FOLDER_INBOX.equals(folderName)) { in readResponse()
266 if (MceStateMachine.FOLDER_INBOX.equals(folderName)) { in messageTypeBasedOnFolder()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java124 static final String FOLDER_INBOX = "inbox"; field in MceStateMachine
412 sendMessage(MSG_GET_MESSAGE_LISTING, FOLDER_INBOX); in getUnreadMessages()
665 mMasClient.makeRequest(new RequestSetPath(FOLDER_INBOX)); in enter()
997 sendMessage(MSG_GET_MESSAGE_LISTING, FOLDER_INBOX); in notificationRegistrationAndStartDownloadMessages()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestGetMessagesListingForOwnNumberTest.java203 MceStateMachine.FOLDER_INBOX, in testGetOwnNumberBase()
DMapClientStateMachineTest.java554 .contains(MceStateMachine.FOLDER_INBOX); in testGetOwnNumber_assertNextStageStarted()
782 MceStateMachine.FOLDER_INBOX); in testDownloadExistingSms_messageStoredAsSeen()
836 MceStateMachine.FOLDER_INBOX); in testDownloadExistingMms_messageStoredAsSeen()