Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapMessage.java58 public static final int ID_POWER_SIM_ON_REQ = 0x0B; field in SapMessage
422 case ID_POWER_SIM_ON_REQ: /* No params */ in readMessage()
827 case ID_POWER_SIM_ON_REQ: in send()
1113 case ID_POWER_SIM_ON_REQ: in createSolicited()
1245 case ID_POWER_SIM_ON_REQ: in getMsgTypeName()
DSapRilReceiverHidl.java296 } else if (reqType == SapMessage.ID_POWER_SIM_ON_REQ) { in powerResponse()
DSapRilReceiver.java274 } else if (reqType == SapMessage.ID_POWER_SIM_ON_REQ) { in powerResponse()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapMessageTest.java24 import static com.android.bluetooth.sap.SapMessage.ID_POWER_SIM_ON_REQ;
255 mMessage.setMsgType(ID_POWER_SIM_ON_REQ); in send()
DSapRilReceiverTest.java25 import static com.android.bluetooth.sap.SapMessage.ID_POWER_SIM_ON_REQ;
304 int reqType = ID_POWER_SIM_ON_REQ; in callback_powerResponse_powerOn()
DSapRilReceiverHidlTest.java25 import static com.android.bluetooth.sap.SapMessage.ID_POWER_SIM_ON_REQ;
307 int reqType = ID_POWER_SIM_ON_REQ; in callback_powerResponse_powerOn()