Searched refs:RIL_UNSOL_STK_SESSION_END (Results 1 – 4 of 4) sorted by relevance
29 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_SESSION_END;196 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_STK_SESSION_END); in stkSessionEnd()
69 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_SESSION_END;427 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_STK_SESSION_END); in stkSessionEnd()
292 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_SESSION_END;5274 case RIL_UNSOL_STK_SESSION_END: in responseToString()
570 int RIL_UNSOL_STK_SESSION_END = 1012; field