Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java61 public static final int ID_RESET_SIM_REQ = 0x0D; field in SapMessage
423 case ID_RESET_SIM_REQ: /* No params */ in readMessage()
832 case ID_RESET_SIM_REQ: in send()
1140 case ID_RESET_SIM_REQ: in createSolicited()
1249 case ID_RESET_SIM_REQ: in getMsgTypeName()
DSapServer.java417 case SapMessage.ID_RESET_SIM_REQ: in run()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapMessageTest.java25 import static com.android.bluetooth.sap.SapMessage.ID_RESET_SIM_REQ;
260 mMessage.setMsgType(ID_RESET_SIM_REQ); in send()