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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneNotifier.java28 public void notifyCellLocation(Phone sender); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java119 public void notifyCellLocation(Phone sender) { method in class:DefaultPhoneNotifier
123 mRegistry.notifyCellLocation(data);
/frameworks/base/tests/CoreTests/com/android/internal/telephony/
H A DTestPhoneNotifier.java33 public void notifyCellLocation(Phone sender) { method in class:TestPhoneNotifier
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java399 public void notifyCellLocation(Bundle cellLocation) { method in class:TelephonyRegistry
400 if (!checkNotifyPermission("notifyCellLocation()")) {

Completed in 77 milliseconds