Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java51 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); in notifyCellInfo() method
DDefaultPhoneNotifier.java227 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { in notifyCellInfo() method in DefaultPhoneNotifier
DPhone.java2028 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in Phone
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl60 void notifyCellInfo(in List<CellInfo> cellInfo); in notifyCellInfo() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java274 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in TelephonyRegistryMock
DPhoneMock.java573 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in PhoneMock
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java880 public void notifyCellInfo(List<CellInfo> cellInfo) { in notifyCellInfo() method in TelephonyRegistry