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