Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java135 public static final int CON_STATUS_OK_ONGOING_CALL = 0x04; field in SapMessage
966 mConnectionStatus = CON_STATUS_OK_ONGOING_CALL; in createSolicited()
DSapServer.java589 reply.setConnectionStatus(SapMessage.CON_STATUS_OK_ONGOING_CALL); in onConnectRequest()
825 == SapMessage.CON_STATUS_OK_ONGOING_CALL) { in handleRfcommReply()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapServerTest.java21 import static com.android.bluetooth.sap.SapMessage.CON_STATUS_OK_ONGOING_CALL;
377 when(msg.getConnectionStatus()).thenReturn(CON_STATUS_OK_ONGOING_CALL); in handleRfcommReply_connectRespMsg_whenNotInCallOngoingState_ongoingCallStatus()