Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVoiceIndication.java34 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_CALL_SETUP;
441 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_STK_CALL_SETUP, timeout); in stkCallSetup()
DRadioIndication.java65 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_CALL_SETUP;
457 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_STK_CALL_SETUP, timeout); in stkCallSetup()
DRILUtils.java288 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_CALL_SETUP;
5280 case RIL_UNSOL_STK_CALL_SETUP: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java573 int RIL_UNSOL_STK_CALL_SETUP = 1015; field