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.java324 int RIL_UNSOL_STK_SESSION_END = 1012; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2729 case RIL_UNSOL_STK_SESSION_END: ret = responseVoid(p); break; in processUnsolicited()
2906 case RIL_UNSOL_STK_SESSION_END: in processUnsolicited()
4079 case RIL_UNSOL_STK_SESSION_END: return "UNSOL_STK_SESSION_END"; in responseToString()