Home
last modified time | relevance | path

Searched defs:cellLocation (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()
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java823 public void notifyCellLocation(int subId, @NonNull CellIdentity cellLocation) { in notifyCellLocation()