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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 67 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java 52 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo);
DefaultPhoneNotifier.java 223 public void notifyCellInfo(Phone sender, List<CellInfo> cellInfo) {
PhoneBase.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 647 public void notifyCellInfo(List<CellInfo> cellInfo) {
652 if (!checkNotifyPermission("notifyCellInfo()")) {
670 log("notifyCellInfo: mCellInfo=" + cellInfo + " r=" + r);
    [all...]

Completed in 128 milliseconds