Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java527 int RIL_UNSOL_CELL_INFO_LIST = 1036; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java26 import static com.android.internal.telephony.RILConstants.RIL_UNSOL_CELL_INFO_LIST;
732 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_CELL_INFO_LIST, response); in cellInfoList()
744 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_CELL_INFO_LIST, response); in cellInfoList_1_2()
756 if (RIL.RILJ_LOGD) mRil.unsljLogRet(RIL_UNSOL_CELL_INFO_LIST, response); in cellInfoList_1_4()
DRIL.java5622 case RIL_UNSOL_CELL_INFO_LIST: in responseToString()