Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java73 public static final int ID_RIL_UNKNOWN = 0x1ff; field in SapMessage
889 mMsgType = ID_RIL_UNKNOWN; in createUnsolicited()
906 mMsgType = ID_RIL_UNKNOWN; in createUnsolicited()
912 mMsgType = ID_RIL_UNKNOWN; in createUnsolicited()
1235 case ID_RIL_UNKNOWN: return "ID_RIL_UNKNOWN"; in getMsgTypeName()