Searched refs:notifySimultaneousCellularCallingSubscriptionsChanged (Results 1 – 9 of 9) sorted by relevance
267 verify(mMockRegistryManager).notifySimultaneousCellularCallingSubscriptionsChanged( in testBkwdsCompatSimultaneousCallingDsda()280 .notifySimultaneousCellularCallingSubscriptionsChanged(eq(expectedSubIds)); in testBkwdsCompatSimultaneousCallingDsda()318 verify(mMockRegistryManager).notifySimultaneousCellularCallingSubscriptionsChanged( in testUpdateSimultaneousCallingSupportNotifications()334 .notifySimultaneousCellularCallingSubscriptionsChanged(eq(Collections.emptySet())); in testUpdateSimultaneousCallingSupportNotifications()375 verify(mMockRegistryManager).notifySimultaneousCellularCallingSubscriptionsChanged( in testSimultaneousCallingSubIdMappingChanges()387 .notifySimultaneousCellularCallingSubscriptionsChanged(eq(expectedSubIds)); in testSimultaneousCallingSubIdMappingChanges()
391 mDefaultPhoneNotifierUT.notifySimultaneousCellularCallingSubscriptionsChanged(subs); in testSimultaneousCellularCallingSubscriptionsChanged()392 verify(mTelephonyRegistryManager).notifySimultaneousCellularCallingSubscriptionsChanged( in testSimultaneousCellularCallingSubscriptionsChanged()
1569 mTelephonyRegistry.notifySimultaneousCellularCallingSubscriptionsChanged(subIds); in testSimultaneousCellularCallingSubscriptionsChanged()
155 void notifySimultaneousCellularCallingSubscriptionsChanged(Set<Integer> subIds); in notifySimultaneousCellularCallingSubscriptionsChanged() method
305 public void notifySimultaneousCellularCallingSubscriptionsChanged(Set<Integer> subIds) { in notifySimultaneousCellularCallingSubscriptionsChanged() method in DefaultPhoneNotifier306 mTelephonyRegistryMgr.notifySimultaneousCellularCallingSubscriptionsChanged(subIds); in notifySimultaneousCellularCallingSubscriptionsChanged()
214 mNotifier.notifySimultaneousCellularCallingSubscriptionsChanged( in updateSimultaneousSubIdsFromPhoneIdMappingAndNotify()
107 void notifySimultaneousCellularCallingSubscriptionsChanged(in int[] subIds); in notifySimultaneousCellularCallingSubscriptionsChanged() method
1064 public void notifySimultaneousCellularCallingSubscriptionsChanged( in notifySimultaneousCellularCallingSubscriptionsChanged() method in TelephonyRegistryManager1067 sRegistry.notifySimultaneousCellularCallingSubscriptionsChanged( in notifySimultaneousCellularCallingSubscriptionsChanged()
3129 public void notifySimultaneousCellularCallingSubscriptionsChanged(int[] subIds) { in notifySimultaneousCellularCallingSubscriptionsChanged() method in TelephonyRegistry