Home
last modified time | relevance | path

Searched refs:getDisconnectionType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapServerTest.java305 when(msg.getDisconnectionType()).thenReturn(disconnectionType); in handleRilInd_whenStateIsConnected_callsSendClientMessage()
316 && sapMsg.getDisconnectionType() in handleRilInd_whenStateIsConnected_callsSendClientMessage()
328 when(msg.getDisconnectionType()).thenReturn(disconnectionType); in handleRilInd_whenStateIsDisconnected_callsSendDisconnectInd()
604 when(sapMsg.getDisconnectionType()).thenReturn(DISC_GRACEFULL); in handleMessage_forRilIndMsg_callsHandleRilInd()
DSapMessageTest.java107 assertThat(mMessage.getDisconnectionType()).isEqualTo(disconnectionType); in settersAndGetters()
181 assertThat(msgFromInputStream.getDisconnectionType()).isEqualTo(disconnectionType); in writeAndRead()
DSapRilReceiverTest.java217 && sapMsg.getDisconnectionType() == disconnectType; in callback_disconnectIndication()
DSapRilReceiverHidlTest.java212 && sapMsg.getDisconnectionType() == disconnectType; in callback_disconnectIndication()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapServer.java920 reply.setDisconnectionType(sapMsg.getDisconnectionType()); in handleRilInd()
924 sendDisconnectInd(sapMsg.getDisconnectionType()); in handleRilInd()
DSapMessage.java243 public int getDisconnectionType() { in getDisconnectionType() method in SapMessage