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.java66 void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo() method
DDefaultPhoneNotifier.java152 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo() method in DefaultPhoneNotifier
DPhone.java2578 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in Phone
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl76 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1493 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in TelephonyRegistry