Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java67 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo() method in TestPhoneNotifier
/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
DServiceStateTracker.java603 mPhoneBase.notifyCellInfo(list); in handleMessage()
DPhoneBase.java1424 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in PhoneBase
1425 mNotifier.notifyCellInfo(this, privatizeCellInfoList(cellInfo)); in notifyCellInfo()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl61 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaLteServiceStateTracker.java585 mPhoneBase.notifyCellInfo(arrayCi); in pollStateDone()
606 mPhoneBase.notifyCellInfo(arrayCi); in onSignalStrengthResult()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java795 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in TelephonyRegistry