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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java39 public void notifyCellLocation(Phone sender) { method in class:TestPhoneNotifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java34 public void notifyCellLocation(Phone sender); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java209 public void notifyCellLocation(Phone sender) { method in class:DefaultPhoneNotifier
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl58 void notifyCellLocation(in Bundle cellLocation);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1072 public void notifyCellLocation(Bundle cellLocation) { method in class:TelephonyRegistry
1079 if (!checkNotifyPermission("notifyCellLocation()")) {
1095 log("notifyCellLocation: cellLocation=" + cellLocation
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1037 mNotifier.notifyCellLocation(this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java463 mNotifier.notifyCellLocation(this);

Completed in 52 milliseconds