Searched refs:notifyCellInfoChanged (Results 1 – 3 of 3) sorted by relevance
162 mTelephonyRegistryMgr.notifyCellInfoChanged(subId, cellInfo); in notifyCellInfo()
179 verify(mTelephonyRegistryManager).notifyCellInfoChanged(eq(0), in testNotifyCellInfo()
912 public void notifyCellInfoChanged(int subId, @NonNull List<CellInfo> cellInfo) { in notifyCellInfoChanged() method in TelephonyRegistryManager