Searched defs:cellInfo (Results 1 – 12 of 12) sorted by relevance
41 void onCellInfoChanged(in List<CellInfo> cellInfo); in onCellInfoChanged()
60 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo()66 void notifyCellInfoForSubscriber(in int subId, in List<CellInfo> cellInfo); in notifyCellInfoForSubscriber()
499 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged()650 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged()
51 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo()
224 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo()
928 ArrayList<android.hardware.radio.V1_0.CellInfo> cellInfo) { in getCellInfoListResponse()1613 ArrayList<android.hardware.radio.V1_0.CellInfo> cellInfo) { in responseCellInfoList()
2135 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
274 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()296 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber()
581 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
298 CellInfoGsm cellInfo = CellInfoGsm.CREATOR.createFromParcel(p); in testCellInfoList() local
960 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()964 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber()
1817 CellInfoGsm cellInfo = CellInfoGsm.CREATOR.createFromParcel(p); in getCellInfoList() local