Searched refs:RIL_UNSOL_CDMA_CALL_WAITING (Results 1 – 4 of 4) sorted by relevance
22 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()
23 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()
233 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CDMA_CALL_WAITING;5300 case RIL_UNSOL_CDMA_CALL_WAITING: in responseToString()
583 int RIL_UNSOL_CDMA_CALL_WAITING = 1025; field