Home
last modified time | relevance | path

Searched defs:cellLocation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl73 void notifyCellLocation(in CellIdentity cellLocation); in notifyCellLocation()
74 void notifyCellLocationForSubscriber(in int subId, in CellIdentity cellLocation); in notifyCellLocationForSubscriber()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java608 public void notifyCellLocation(int subId, @NonNull CellIdentity cellLocation) { in notifyCellLocation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java383 CellIdentity cellLocation = new CellIdentityGsm(); in testGetCellLocation() local
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1821 public void notifyCellLocation(CellIdentity cellLocation) { in notifyCellLocation()
1826 public void notifyCellLocationForSubscriber(int subId, CellIdentity cellLocation) { in notifyCellLocationForSubscriber()