Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java344 int RIL_UNSOL_STK_CALL_SETUP = 1015; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2820 case RIL_UNSOL_STK_CALL_SETUP: ret = responseInts(p); break; in processUnsolicited()
3022 case RIL_UNSOL_STK_CALL_SETUP: in processUnsolicited()
4220 case RIL_UNSOL_STK_CALL_SETUP: return "UNSOL_STK_CALL_SETUP"; in responseToString()