Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapMessage.java62 public static final int ID_POWER_SIM_ON_REQ = 0x0B; field in SapMessage
426 case ID_POWER_SIM_ON_REQ: /* No params */ in readMessage()
812 case ID_POWER_SIM_ON_REQ: { in send()
1097 case ID_POWER_SIM_ON_REQ: { in createSolicited()
1229 case ID_POWER_SIM_ON_REQ: in getMsgTypeName()
H A DSapRilReceiver.java138 } else if (reqType == SapMessage.ID_POWER_SIM_ON_REQ) { in powerResponse()