Searched refs:responseCellInfoList (Results 1 – 1 of 1) sorted by relevance
2536 case RIL_REQUEST_GET_CELL_INFO_LIST: ret = responseCellInfoList(p); break; in processSolicited()2753 case RIL_UNSOL_CELL_INFO_LIST: ret = responseCellInfoList(p); break; in processUnsolicited()3838 private ArrayList<CellInfo> responseCellInfoList(Parcel p) { in responseCellInfoList() method in RIL