Home
last modified time | relevance | path

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

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