Home
last modified time | relevance | path

Searched refs:onActiveDataSubscriptionIdChanged (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/
DDataSubscriptionRepositoryTest.kt108 activeDataSubIdListener?.onActiveDataSubscriptionIdChanged(SUB_ID_20) in <lambda>()
118 activeDataSubIdListener?.onActiveDataSubscriptionIdChanged(SUB_ID_10) in <lambda>()
128 activeDataSubIdListener?.onActiveDataSubscriptionIdChanged(SUB_ID_20) in <lambda>()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt235 notificationUpdater.onActiveDataSubscriptionIdChanged(TEST_SUBID) in testRestrictedNotification()
295 notificationUpdater.onActiveDataSubscriptionIdChanged(TEST_SUBID) in testNoUpstreamNotification()
373 notificationUpdater.onActiveDataSubscriptionIdChanged(TEST_SUBID) in testRoamingNotification()
DTetheringTest.java2422 mPhoneStateListener.onActiveDataSubscriptionIdChanged(fakeSubId); in testMultiSimAware()
2425 verify(mNotificationUpdater, times(1)).onActiveDataSubscriptionIdChanged(eq(fakeSubId)); in testMultiSimAware()
2537 mPhoneStateListener.onActiveDataSubscriptionIdChanged(fakeSubId); in workingWifiP2pGroupOwnerLegacyMode()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DDataSubscriptionRepository.kt60 override fun onActiveDataSubscriptionIdChanged(subId: Int) { in activeDataSubscriptionIdFlow() method
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DMultinetworkPolicyTrackerTest.kt190 listener.onActiveDataSubscriptionIdChanged(testSubId) in testOnActiveDataSubscriptionIdChanged()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DMultinetworkPolicyTracker.java167 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in MultinetworkPolicyTracker.ActiveDataSubscriptionIdListener
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java175 public void onActiveDataSubscriptionIdChanged(final int subId) { in onActiveDataSubscriptionIdChanged() method in TetheringNotificationUpdater
DTethering.java519 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in Tethering.ActiveDataSubIdListener
526 mNotificationUpdater.onActiveDataSubscriptionIdChanged(subId); in onActiveDataSubscriptionIdChanged()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1267 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in TelecomAccountRegistry.TelecomAccountTelephonyCallback
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java365 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in WifiServiceImpl.WifiPhoneStateListener
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java8992 mPhoneStateListener.onActiveDataSubscriptionIdChanged(2); in testPhoneActiveDataSubscriptionIdChangedUpdateSoftApCapability()