Searched refs:notifyCellInfo (Results 1 – 8 of 8) sorted by relevance
67 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo() method in TestPhoneNotifier
52 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo() method
223 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo() method in DefaultPhoneNotifier
603 mPhoneBase.notifyCellInfo(list); in handleMessage()
1424 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in PhoneBase1425 mNotifier.notifyCellInfo(this, privatizeCellInfoList(cellInfo)); in notifyCellInfo()
61 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo() method
585 mPhoneBase.notifyCellInfo(arrayCi); in pollStateDone()606 mPhoneBase.notifyCellInfo(arrayCi); in onSignalStrengthResult()
795 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in TelephonyRegistry