Searched refs:sendSdpResult (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/ |
D | MapClientServiceTest.java | 336 verify(sm).sendSdpResult(eq(MceStateMachine.SDP_SUCCESS), eq(mockSdpRecord)); in receiveSdpRecord_receivedMasRecord_sdpSuccess() 349 verify(sm).sendSdpResult(eq(MceStateMachine.SDP_SUCCESS), eq(null)); in receiveSdpRecord_withoutMasRecord_sdpFailed() 362 verify(sm).sendSdpResult(eq(MceStateMachine.SDP_BUSY), eq(null)); in receiveSdpRecord_withSdpBusy_sdpFailed() 375 verify(sm).sendSdpResult(eq(MceStateMachine.SDP_FAILED), eq(null)); in receiveSdpRecord_withSdpFailed_sdpFailed()
|
D | MapClientStateMachineTest.java | 959 mMceStateMachine.sendSdpResult(MceStateMachine.SDP_BUSY, null); in testSdpBusyWhileConnecting_sdpRetried() 963 mMceStateMachine.sendSdpResult(MceStateMachine.SDP_SUCCESS, record); in testSdpBusyWhileConnecting_sdpRetried() 988 mMceStateMachine.sendSdpResult(MceStateMachine.SDP_BUSY, null); in testSdpBusyWhileConnectingAndRetryResultsReceivedAfterTimeout_resultsIgnored() 1004 mMceStateMachine.sendSdpResult(MceStateMachine.SDP_SUCCESS, record); in testSdpBusyWhileConnectingAndRetryResultsReceivedAfterTimeout_resultsIgnored() 1021 mMceStateMachine.sendSdpResult(MceStateMachine.SDP_SUCCESS, null); in testSdpFailedWithNoRecordWhileConnecting_deviceDisconnected() 1043 mMceStateMachine.sendSdpResult(MceStateMachine.SDP_FAILED, null); in testSdpOrganicFailure_deviceDisconnected() 1237 mMceStateMachine.sendSdpResult(MceStateMachine.SDP_SUCCESS, record); in setupSdpRecordReceipt()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 665 stateMachine.sendSdpResult(status, masRecord); in handleSdpSearchRecordReceived()
|
D | MceStateMachine.java | 324 public void sendSdpResult(int status, SdpMasRecord record) { in sendSdpResult() method in MceStateMachine
|