Home
last modified time | relevance | path

Searched refs:notifySimultaneousCellularCallingSubscriptionsChanged (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneConfigurationManagerTest.java267 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()
DDefaultPhoneNotifierTest.java391 mDefaultPhoneNotifierUT.notifySimultaneousCellularCallingSubscriptionsChanged(subs); in testSimultaneousCellularCallingSubscriptionsChanged()
392 verify(mTelephonyRegistryManager).notifySimultaneousCellularCallingSubscriptionsChanged( in testSimultaneousCellularCallingSubscriptionsChanged()
DTelephonyRegistryTest.java1569 mTelephonyRegistry.notifySimultaneousCellularCallingSubscriptionsChanged(subIds); in testSimultaneousCellularCallingSubscriptionsChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java155 void notifySimultaneousCellularCallingSubscriptionsChanged(Set<Integer> subIds); in notifySimultaneousCellularCallingSubscriptionsChanged() method
DDefaultPhoneNotifier.java305 public void notifySimultaneousCellularCallingSubscriptionsChanged(Set<Integer> subIds) { in notifySimultaneousCellularCallingSubscriptionsChanged() method in DefaultPhoneNotifier
306 mTelephonyRegistryMgr.notifySimultaneousCellularCallingSubscriptionsChanged(subIds); in notifySimultaneousCellularCallingSubscriptionsChanged()
DPhoneConfigurationManager.java214 mNotifier.notifySimultaneousCellularCallingSubscriptionsChanged( in updateSimultaneousSubIdsFromPhoneIdMappingAndNotify()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl107 void notifySimultaneousCellularCallingSubscriptionsChanged(in int[] subIds); in notifySimultaneousCellularCallingSubscriptionsChanged() method
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java1064 public void notifySimultaneousCellularCallingSubscriptionsChanged( in notifySimultaneousCellularCallingSubscriptionsChanged() method in TelephonyRegistryManager
1067 sRegistry.notifySimultaneousCellularCallingSubscriptionsChanged( in notifySimultaneousCellularCallingSubscriptionsChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java3129 public void notifySimultaneousCellularCallingSubscriptionsChanged(int[] subIds) { in notifySimultaneousCellularCallingSubscriptionsChanged() method in TelephonyRegistry