Searched refs:notifyCellInfoForSubscriber (Results 1 – 5 of 5) sorted by relevance
66 void notifyCellInfoForSubscriber(in int subId, in List<CellInfo> cellInfo); in notifyCellInfoForSubscriber() method
296 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber() method in TelephonyRegistryMock
231 mRegistry.notifyCellInfoForSubscriber(subId, cellInfo); in notifyCellInfo()
132 verify(mTelephonyRegisteryMock).notifyCellInfoForSubscriber(eq(0), in testNotifyCellInfo()
881 notifyCellInfoForSubscriber(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID, cellInfo); in notifyCellInfo()884 public void notifyCellInfoForSubscriber(int subId, List<CellInfo> cellInfo) { in notifyCellInfoForSubscriber() method in TelephonyRegistry