Searched defs:notifyCellLocation (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java158 public void notifyCellLocation(Phone sender) { method in class:DefaultPhoneNotifier
162 mRegistry.notifyCellLocation(data);
H A DPhoneNotifier.java32 public void notifyCellLocation(Phone sender); method in interface:PhoneNotifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java39 public void notifyCellLocation(Phone sender) { method in class:TestPhoneNotifier
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java143 TelephonyRegistry.this.notifyCellLocation(mCellLocation);
562 public void notifyCellLocation(Bundle cellLocation) { method in class:TelephonyRegistry
563 if (!checkNotifyPermission("notifyCellLocation()")) {
572 Slog.d(TAG, "notifyCellLocation: mCellLocation=" + mCellLocation

Completed in 125 milliseconds