Searched refs:RIL_UNSOL_CELL_INFO_LIST (Results 1 – 4 of 4) sorted by relevance
23 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()
29 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()
240 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CELL_INFO_LIST;5322 case RIL_UNSOL_CELL_INFO_LIST: in responseToString()
594 int RIL_UNSOL_CELL_INFO_LIST = 1036; field