Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimIndication.java29 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()
DRadioIndication.java69 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()
DRILUtils.java292 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_SESSION_END;
5274 case RIL_UNSOL_STK_SESSION_END: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java570 int RIL_UNSOL_STK_SESSION_END = 1012; field