Home
last modified time | relevance | path

Searched defs:notifyCellInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java79 void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo() method
H A DDefaultPhoneNotifier.java143 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo() method in DefaultPhoneNotifier
H A DPhone.java2814 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in Phone
/aosp12/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl66 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo() method
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1774 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in TelephonyRegistry