Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsIndication.java21 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CONNECTION_SETUP_FAILURE;
67 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_CONNECTION_SETUP_FAILURE, response); in onConnectionSetupFailure()
DRILUtils.java241 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CONNECTION_SETUP_FAILURE;
5379 case RIL_UNSOL_CONNECTION_SETUP_FAILURE: in responseToString()
DRIL.java5943 || req == RIL_UNSOL_CONNECTION_SETUP_FAILURE) { in retToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java626 int RIL_UNSOL_CONNECTION_SETUP_FAILURE = 1108; field