Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVoiceIndication.java22 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_CALL_WAITING;
126 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_CDMA_CALL_WAITING, notification); in cdmaCallWaiting()
DRadioIndication.java23 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_CALL_WAITING;
591 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_CDMA_CALL_WAITING, notification); in cdmaCallWaiting()
DRILUtils.java233 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_CALL_WAITING;
5300 case RIL_UNSOL_CDMA_CALL_WAITING: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java583 int RIL_UNSOL_CDMA_CALL_WAITING = 1025; field