Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVoiceIndication.java31 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED;
97 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED); in callStateChanged()
DRadioIndication.java46 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED;
153 if (mRil.isLogOrTrace()) mRil.unsljLog(RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED); in callStateChanged()
DRILUtils.java266 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED;
5252 case RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java559 int RIL_UNSOL_RESPONSE_CALL_STATE_CHANGED = 1001; field