Searched refs:notifyCellInfo (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java67 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { method in class:TestPhoneNotifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java52 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java223 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { method in class:DefaultPhoneNotifier
H A DServiceStateTracker.java459 mPhoneBase.notifyCellInfo(list);
H A DPhoneBase.java1343 public void notifyCellInfo(List<CellInfo> cellInfo) { method in class:PhoneBase
1344 mNotifier.notifyCellInfo(this, privatizeCellInfoList(cellInfo));
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl56 void notifyCellInfo(in List<CellInfo> cellInfo);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java532 mPhoneBase.notifyCellInfo(arrayCi);
553 mPhoneBase.notifyCellInfo(arrayCi);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java647 public void notifyCellInfo(List<CellInfo> cellInfo) { method in class:TelephonyRegistry
652 if (!checkNotifyPermission("notifyCellInfo()")) {
670 log("notifyCellInfo: mCellInfo=" + cellInfo + " r=" + r);

Completed in 167 milliseconds