Home
last modified time | relevance | path

Searched defs:notifyCellLocation (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java50 void notifyCellLocation(Phone sender, CellIdentity cellIdentity); in notifyCellLocation() method
DDefaultPhoneNotifier.java139 public void notifyCellLocation(Phone sender, CellIdentity cellIdentity) { in notifyCellLocation() method in DefaultPhoneNotifier
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java700 public void notifyCellLocation(int subId, @NonNull CellIdentity cellLocation) { in notifyCellLocation() method in TelephonyRegistryManager
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl72 void notifyCellLocation(in CellIdentity cellLocation); in notifyCellLocation() method
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1826 public void notifyCellLocation(CellIdentity cellLocation) { in notifyCellLocation() method in TelephonyRegistry