Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVoiceIndication.java30 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESEND_INCALL_MUTE;
397 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESEND_INCALL_MUTE); in resendIncallMute()
DRadioIndication.java45 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESEND_INCALL_MUTE;
718 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESEND_INCALL_MUTE); in resendIncallMute()
DRILUtils.java265 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESEND_INCALL_MUTE;
5310 case RIL_UNSOL_RESEND_INCALL_MUTE: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java588 int RIL_UNSOL_RESEND_INCALL_MUTE = 1030; field