Searched defs:cellLocation (Results 1 – 3 of 3) sorted by relevance
68 void notifyCellLocationForSubscriber(in int subId, in CellIdentity cellLocation); in notifyCellLocationForSubscriber()
895 public void notifyCellLocation(int subId, @NonNull CellIdentity cellLocation) { in notifyCellLocation()
443 CellIdentity cellLocation = new CellIdentityGsm(); in testGetCellLocation() local