Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkIndication.java23 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CELL_INFO_LIST;
122 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_CELL_INFO_LIST, response); in cellInfoList()
DRadioIndication.java29 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CELL_INFO_LIST;
787 mRil.unsljLogMore(RIL_UNSOL_CELL_INFO_LIST, "unsupported on IRadio < 1.4"); in cellInfoList()
793 mRil.unsljLogMore(RIL_UNSOL_CELL_INFO_LIST, "unsupported on IRadio < 1.4"); in cellInfoList_1_2()
819 if (mRil.isLogOrTrace()) mRil.unsljLogRet(RIL_UNSOL_CELL_INFO_LIST, response); in responseCellInfoList()
DRILUtils.java240 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CELL_INFO_LIST;
5322 case RIL_UNSOL_CELL_INFO_LIST: in responseToString()
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java594 int RIL_UNSOL_CELL_INFO_LIST = 1036; field