Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java365 int RIL_UNSOL_CELL_INFO_LIST = 1036; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2841 case RIL_UNSOL_CELL_INFO_LIST: ret = responseCellInfoList(p); break; in processUnsolicited()
3214 case RIL_UNSOL_CELL_INFO_LIST: { in processUnsolicited()
4241 case RIL_UNSOL_CELL_INFO_LIST: return "UNSOL_CELL_INFO_LIST"; in responseToString()