HomeSort by relevance Sort by last modified time
    Searched refs:notifyCellInfo (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java 50 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo);
DefaultPhoneNotifier.java 169 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) {
171 mRegistry.notifyCellInfo(cellInfo);
PhoneBase.java     [all...]
ServiceStateTracker.java 436 mPhoneBase.notifyCellInfo(list);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 67 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl 43 void notifyCellInfo(in List<CellInfo> cellInfo);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 491 mPhoneBase.notifyCellInfo(arrayCi);
512 mPhoneBase.notifyCellInfo(arrayCi);
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 397 public void notifyCellInfo(List<CellInfo> cellInfo) {
398 if (!checkNotifyPermission("notifyCellInfo()")) {
408 Slog.d(TAG, "notifyCellInfo: mCellInfo=" + mCellInfo + " r=" + r);

Completed in 132 milliseconds