Searched refs:ID_RIL_UNSOL_DISCONNECT_IND (Results 1 – 7 of 7) sorted by relevance
28 import static com.android.bluetooth.sap.SapMessage.ID_RIL_UNSOL_DISCONNECT_IND;304 when(msg.getMsgType()).thenReturn(ID_RIL_UNSOL_DISCONNECT_IND); in handleRilInd_whenStateIsConnected_callsSendClientMessage()327 when(msg.getMsgType()).thenReturn(ID_RIL_UNSOL_DISCONNECT_IND); in handleRilInd_whenStateIsDisconnected_callsSendDisconnectInd()603 when(sapMsg.getMsgType()).thenReturn(ID_RIL_UNSOL_DISCONNECT_IND); in handleMessage_forRilIndMsg_callsHandleRilInd()
29 import static com.android.bluetooth.sap.SapMessage.ID_RIL_UNSOL_DISCONNECT_IND;216 return sapMsg.getMsgType() == ID_RIL_UNSOL_DISCONNECT_IND in callback_disconnectIndication()
29 import static com.android.bluetooth.sap.SapMessage.ID_RIL_UNSOL_DISCONNECT_IND;211 return sapMsg.getMsgType() == ID_RIL_UNSOL_DISCONNECT_IND in callback_disconnectIndication()
79 public static final int ID_RIL_UNSOL_DISCONNECT_IND = 0x102; field in SapMessage903 mMsgType = ID_RIL_UNSOL_DISCONNECT_IND; // don't use ID_DISCONNECT_IND; in createUnsolicited()1267 case ID_RIL_UNSOL_DISCONNECT_IND: in getMsgTypeName()
255 SapMessage sapMessage = new SapMessage(SapMessage.ID_RIL_UNSOL_DISCONNECT_IND); in disconnectIndication()
233 SapMessage sapMessage = new SapMessage(SapMessage.ID_RIL_UNSOL_DISCONNECT_IND); in disconnectIndication()
914 case SapMessage.ID_RIL_UNSOL_DISCONNECT_IND: in handleRilInd()