Searched refs:RIL_UNSOL_CONNECTION_SETUP_FAILURE (Results 1 – 4 of 4) sorted by relevance
21 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()
241 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CONNECTION_SETUP_FAILURE;5379 case RIL_UNSOL_CONNECTION_SETUP_FAILURE: in responseToString()
5943 || req == RIL_UNSOL_CONNECTION_SETUP_FAILURE) { in retToString()
626 int RIL_UNSOL_CONNECTION_SETUP_FAILURE = 1108; field