Home
last modified time | relevance | path

Searched defs:notifyCellLocationForSubscriber (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl69 void notifyCellLocationForSubscriber(in int subId, in CellIdentity cellLocation); in notifyCellLocationForSubscriber() method
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java2244 public void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity) { in notifyCellLocationForSubscriber() method in TelephonyRegistry
2248 private void notifyCellLocationForSubscriber(int subId, CellIdentity cellIdentity, in notifyCellLocationForSubscriber() method in TelephonyRegistry