Searched defs:cellInfo (Results 1 – 11 of 11) 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()
467 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged()600 public void onCellInfoChanged(List<CellInfo> cellInfo) { in onCellInfoChanged()
51 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo()
227 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo()
2028 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()
573 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()
250 CellInfoGsm cellInfo = CellInfoGsm.CREATOR.createFromParcel(p); in testCellInfoList() local
880 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo()884 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber()
1820 CellInfoGsm cellInfo = CellInfoGsm.CREATOR.createFromParcel(p); in getCellInfoList() local