Home
last modified time | relevance | path

Searched refs:RIL_UNSOL_NETWORK_SCAN_RESULT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java552 int RIL_UNSOL_NETWORK_SCAN_RESULT = 1049; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java35 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_NETWORK_SCAN_RESULT;
1166 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_NETWORK_SCAN_RESULT, nsr); in responseNetworkScan()
1177 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_NETWORK_SCAN_RESULT, nsr); in responseNetworkScan_1_2()
1187 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_NETWORK_SCAN_RESULT, nsr); in responseNetworkScan_1_4()
1197 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_NETWORK_SCAN_RESULT, nsr); in responseNetworkScan_1_5()
DRIL.java6409 case RIL_UNSOL_NETWORK_SCAN_RESULT: in responseToString()