Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java346 int RIL_UNSOL_RIL_CONNECTED = 1034; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2751 case RIL_UNSOL_RIL_CONNECTED: ret = responseInts(p); break; in processUnsolicited()
3115 case RIL_UNSOL_RIL_CONNECTED: { in processUnsolicited()
4101 case RIL_UNSOL_RIL_CONNECTED: return "UNSOL_RIL_CONNECTED"; in responseToString()