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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java 32 public void notifyCellLocation(Phone sender);
DefaultPhoneNotifier.java 152 public void notifyCellLocation(Phone sender) {
156 mRegistry.notifyCellLocation(data);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 39 public void notifyCellLocation(Phone sender) {
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 143 TelephonyRegistry.this.notifyCellLocation(mCellLocation);
562 public void notifyCellLocation(Bundle cellLocation) {
563 if (!checkNotifyPermission("notifyCellLocation()")) {
572 Slog.d(TAG, "notifyCellLocation: mCellLocation=" + mCellLocation
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java 826 mNotifier.notifyCellLocation(this);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 395 mNotifier.notifyCellLocation(this);
    [all...]

Completed in 124 milliseconds