Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java518 int RIL_UNSOL_STK_CALL_SETUP = 1015; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java60 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_CALL_SETUP;
412 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_STK_CALL_SETUP, timeout); in stkCallSetup()
DRIL.java6344 case RIL_UNSOL_STK_CALL_SETUP: in responseToString()