Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java52 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo() method
DDefaultPhoneNotifier.java223 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo() method in DefaultPhoneNotifier
DPhoneBase.java1589 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in PhoneBase
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl61 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java889 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in TelephonyRegistry