Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVoiceIndication.java35 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_CC_ALPHA_NOTIFY;
426 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_STK_CC_ALPHA_NOTIFY, alpha); in stkCallControlAlphaNotify()
DRadioIndication.java66 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_CC_ALPHA_NOTIFY;
975 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_STK_CC_ALPHA_NOTIFY, alpha); in stkCallControlAlphaNotify()
DRILUtils.java289 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_STK_CC_ALPHA_NOTIFY;
5338 case RIL_UNSOL_STK_CC_ALPHA_NOTIFY: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java602 int RIL_UNSOL_STK_CC_ALPHA_NOTIFY = 1044; field