Searched refs:getDisconnectionType (Results 1 – 6 of 6) sorted by relevance
305 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()
107 assertThat(mMessage.getDisconnectionType()).isEqualTo(disconnectionType); in settersAndGetters()181 assertThat(msgFromInputStream.getDisconnectionType()).isEqualTo(disconnectionType); in writeAndRead()
217 && sapMsg.getDisconnectionType() == disconnectType; in callback_disconnectIndication()
212 && sapMsg.getDisconnectionType() == disconnectType; in callback_disconnectIndication()
920 reply.setDisconnectionType(sapMsg.getDisconnectionType()); in handleRilInd()924 sendDisconnectInd(sapMsg.getDisconnectionType()); in handleRilInd()
243 public int getDisconnectionType() { in getDisconnectionType() method in SapMessage