Searched defs:responseCellInfoList (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java2536 case RIL_REQUEST_GET_CELL_INFO_LIST: ret = responseCellInfoList(p); break;
2753 case RIL_UNSOL_CELL_INFO_LIST: ret = responseCellInfoList(p); break;
3838 private ArrayList<CellInfo> responseCellInfoList(Parcel p) { method in class:RIL

Completed in 60 milliseconds