Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringNotificationUpdaterTest.kt180 notificationUpdater.onActiveDataSubscriptionIdChanged(TEST_SUBID) in testRestrictedNotification()
238 notificationUpdater.onActiveDataSubscriptionIdChanged(TEST_SUBID) in testNoUpstreamNotification()
309 notificationUpdater.onActiveDataSubscriptionIdChanged(TEST_SUBID) in testRoamingNotification()
DTetheringTest.java1475 mPhoneStateListener.onActiveDataSubscriptionIdChanged(fakeSubId); in testMultiSimAware()
1478 verify(mNotificationUpdater, times(1)).onActiveDataSubscriptionIdChanged(eq(fakeSubId)); in testMultiSimAware()
1588 mPhoneStateListener.onActiveDataSubscriptionIdChanged(fakeSubId); in workingWifiP2pGroupOwnerLegacyMode()
/frameworks/base/core/java/android/net/util/
DMultinetworkPolicyTracker.java100 public void onActiveDataSubscriptionIdChanged(int subId) { in MultinetworkPolicyTracker()
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java1010 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in PhoneStateListener
1385 () -> mExecutor.execute(() -> psl.onActiveDataSubscriptionIdChanged(subId))); in onActiveDataSubIdChanged()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringNotificationUpdater.java175 public void onActiveDataSubscriptionIdChanged(final int subId) { in onActiveDataSubscriptionIdChanged() method in TetheringNotificationUpdater
DTethering.java417 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in Tethering.ActiveDataSubIdListener
424 mNotificationUpdater.onActiveDataSubscriptionIdChanged(subId); in onActiveDataSubscriptionIdChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java138 public void onActiveDataSubscriptionIdChanged(int activeSubId) { in onActiveDataSubscriptionIdChanged() method in TelephonyRegistryTest.PhoneStateListenerWrapper
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java135 public void onActiveDataSubscriptionIdChanged(int subId) {
DKeyguardUpdateMonitor.java336 public void onActiveDataSubscriptionIdChanged(int subId) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java674 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in MobileSignalController.MobilePhoneStateListener
DNetworkControllerImpl.java292 public void onActiveDataSubscriptionIdChanged(int subId) { in NetworkControllerImpl()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java618 mKeyguardUpdateMonitor.mPhoneStateListener.onActiveDataSubscriptionIdChanged( in testGetSubscriptionInfo_whenInGroupedSubWithOpportunistic()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java277 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in WifiServiceImpl.WifiPhoneStateListener
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java5519 mPhoneStateListener.onActiveDataSubscriptionIdChanged(2); in testPhoneActiveDataSubscriptionIdChangedUpdateSoftApCapability()
/frameworks/base/api/
Dcurrent.txt47661 method public void onActiveDataSubscriptionIdChanged(int);