HomeSort by relevance Sort by last modified time
    Searched refs:ID_RESET_SIM_REQ (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 53 public static final int ID_RESET_SIM_REQ = 0x0D;
400 case ID_RESET_SIM_REQ: /* No params */
821 case ID_RESET_SIM_REQ:
    [all...]
SapServer.java 356 case SapMessage.ID_RESET_SIM_REQ:
    [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SapServerTest.java 123 SapMessage resetReq = new SapMessage(SapMessage.ID_RESET_SIM_REQ);
238 SapMessage resetReq = new SapMessage(SapMessage.ID_RESET_SIM_REQ);

Completed in 86 milliseconds