Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl68 void notifyCellLocationForSubscriber(in int subId, in CellIdentity cellLocation); in notifyCellLocationForSubscriber()
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java895 public void notifyCellLocation(int subId, @NonNull CellIdentity cellLocation) { in notifyCellLocation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java443 CellIdentity cellLocation = new CellIdentityGsm(); in testGetCellLocation() local