Home
last modified time | relevance | path

Searched refs:notifyCellLocation (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java41 void notifyCellLocation(Phone sender, CellLocation cl); in notifyCellLocation() method
DDefaultPhoneNotifier.java219 public void notifyCellLocation(Phone sender, CellLocation cl) { in notifyCellLocation() method in DefaultPhoneNotifier
DGsmCdmaPhone.java769 mNotifier.notifyCellLocation(this, cl); in notifyLocationChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken39 public void notifyCellLocation(Phone sender) {
DDefaultPhoneNotifierTest.java252 mDefaultPhoneNotifierUT.notifyCellLocation(mPhone, mGsmCellLocation); in testNotifyCellLocation()
261 mDefaultPhoneNotifierUT.notifyCellLocation(mPhone, mGsmCellLocation); in testNotifyCellLocation()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl66 void notifyCellLocation(in Bundle cellLocation); in notifyCellLocation() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java336 public void notifyCellLocation(Bundle cellLocation) { in notifyCellLocation() method in TelephonyRegistryMock
/frameworks/base/config/
Dhiddenapi-greylist-max-p.txt74 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyCellLocation(Landroid/os/Bundle;)V
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1534 public void notifyCellLocation(Bundle cellLocation) { in notifyCellLocation() method in TelephonyRegistry