Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java503 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testSMSMessageSent()
583 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testGetOwnNumberCompleted()
625 .hasMessages(MceStateMachine.MSG_MAS_REQUEST_COMPLETED)) in testGetOwnNumberTimedOut()
649 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testGetOwnNumberIncomplete()
696 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testReceivedNewSms_messageStoredAsUnseen()
745 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testReceivedNewMms_messageStoredAsUnseen()
791 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testDownloadExistingSms_messageStoredAsSeen()
801 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testDownloadExistingSms_messageStoredAsSeen()
845 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testDownloadExistingMms_messageStoredAsSeen()
855 MceStateMachine.MSG_MAS_REQUEST_COMPLETED, in testDownloadExistingMms_messageStoredAsSeen()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java86 static final int MSG_MAS_REQUEST_COMPLETED = 1003; field in MceStateMachine
758 case MSG_MAS_REQUEST_COMPLETED: in processMessage()
813 removeMessages(MSG_MAS_REQUEST_COMPLETED); in processMessage()
1279 case MSG_MAS_REQUEST_COMPLETED: in getMessageName()
DMasClient.java174 mCallback.sendMessage(MceStateMachine.MSG_MAS_REQUEST_COMPLETED, request); in executeRequest()