Searched refs:notifyCellLocation (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneNotifier.java30 public void notifyCellLocation(Phone sender); method in interface:PhoneNotifier
H A DITelephonyRegistry.aidl41 void notifyCellLocation(in Bundle cellLocation);
H A DDefaultPhoneNotifier.java150 public void notifyCellLocation(Phone sender) { method in class:DefaultPhoneNotifier
154 mRegistry.notifyCellLocation(data);
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java36 public void notifyCellLocation(Phone sender) { method in class:TestPhoneNotifier
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java499 public void notifyCellLocation(Bundle cellLocation) { method in class:TelephonyRegistry
500 if (!checkNotifyPermission("notifyCellLocation()")) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java830 mNotifier.notifyCellLocation(this);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java393 mNotifier.notifyCellLocation(this);

Completed in 407 milliseconds