Home
last modified time | relevance | path

Searched refs:ID_RESET_SIM_RESP (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java62 public static final int ID_RESET_SIM_RESP = 0x0E; field in SapMessage
1144 mMsgType = ID_RESET_SIM_RESP; in createSolicited()
1251 case ID_RESET_SIM_RESP: in getMsgTypeName()
DSapRilReceiverHidl.java309 SapMessage sapMessage = new SapMessage(SapMessage.ID_RESET_SIM_RESP); in resetSimResponse()
DSapRilReceiver.java287 SapMessage sapMessage = new SapMessage(SapMessage.ID_RESET_SIM_RESP); in resetSimResponse()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapRilReceiverTest.java27 import static com.android.bluetooth.sap.SapMessage.ID_RESET_SIM_RESP;
346 return sapMsg.getMsgType() == ID_RESET_SIM_RESP in callback_resetSimResponse()
DSapRilReceiverHidlTest.java27 import static com.android.bluetooth.sap.SapMessage.ID_RESET_SIM_RESP;
349 return sapMsg.getMsgType() == ID_RESET_SIM_RESP in callback_resetSimResponse()