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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java33 public void notifyCellLocation(Phone sender); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java210 public void notifyCellLocation(Phone sender) { method in class:DefaultPhoneNotifier
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java259 public void notifyCellLocation(Bundle cellLocation) { method in class:TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1217 public void notifyCellLocation(Bundle cellLocation) { method in class:TelephonyRegistry
1224 if (!checkNotifyPermission("notifyCellLocation()")) {
1240 log("notifyCellLocation: cellLocation=" + cellLocation

Completed in 301 milliseconds