Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java50 public static final int ID_POWER_SIM_ON_REQ = 0x0B; field in SapMessage
399 case ID_POWER_SIM_ON_REQ: /* No params */ in readMessage()
804 case ID_POWER_SIM_ON_REQ: in writeReqToStream()
1095 case ID_POWER_SIM_ON_REQ: in createSolicited()
1222 case ID_POWER_SIM_ON_REQ: return "ID_POWER_SIM_ON_REQ"; in getMsgTypeName()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DSapServerTest.java117 SapMessage powerOnReq = new SapMessage(SapMessage.ID_POWER_SIM_ON_REQ); in testSapServerApiComplete()