Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java428 int RIL_UNSOL_STK_SESSION_END = 1012; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3039 case RIL_UNSOL_STK_SESSION_END: ret = responseVoid(p); break; in processUnsolicited()
3219 case RIL_UNSOL_STK_SESSION_END: in processUnsolicited()
4450 case RIL_UNSOL_STK_SESSION_END: return "UNSOL_STK_SESSION_END"; in responseToString()