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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java.broken39 public void notifyCellLocation(Phone sender) {
H A DDefaultPhoneNotifierTest.java250 mDefaultPhoneNotifierUT.notifyCellLocation(mPhone);
259 mDefaultPhoneNotifierUT.notifyCellLocation(mPhone);
/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.java209 public void notifyCellLocation(Phone sender) { method in class:DefaultPhoneNotifier
H A DGsmCdmaPhone.java660 mNotifier.notifyCellLocation(this);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl57 void notifyCellLocation(in Bundle cellLocation);
/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.java1207 public void notifyCellLocation(Bundle cellLocation) { method in class:TelephonyRegistry
1214 if (!checkNotifyPermission("notifyCellLocation()")) {
1230 log("notifyCellLocation: cellLocation=" + cellLocation

Completed in 213 milliseconds