Searched defs:notifyCellInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java51 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java227 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) { method in class:DefaultPhoneNotifier
H A DPhone.java2042 public void notifyCellInfo(List<CellInfo> cellInfo) { method in class:Phone
2043 mNotifier.notifyCellInfo(this, privatizeCellInfoList(cellInfo));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java274 public void notifyCellInfo(List<CellInfo> cellInfo) { method in class:TelephonyRegistryMock
H A DPhoneMock.java574 public void notifyCellInfo(List<CellInfo> cellInfo) { method in class:PhoneMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java880 public void notifyCellInfo(List<CellInfo> cellInfo) { method in class:TelephonyRegistry
885 if (!checkNotifyPermission("notifyCellInfo()")) {
902 log("notifyCellInfo: mCellInfo=" + cellInfo + " r=" + r);

Completed in 9571 milliseconds