Searched refs:RIL_UNSOL_CALL_RING (Results 1 – 4 of 4) sorted by relevance
21 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CALL_RING;83 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_CALL_RING, response); in callRing()
21 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CALL_RING;503 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_CALL_RING, response); in callRing()
231 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CALL_RING;5286 case RIL_UNSOL_CALL_RING: in responseToString()
576 int RIL_UNSOL_CALL_RING = 1018; field