Home
last modified time | relevance | path

Searched defs:onActiveDataSubscriptionIdChanged (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DDataSubscriptionRepository.kt64 override fun onActiveDataSubscriptionIdChanged(subId: Int) { in activeDataSubscriptionIdFlow() method
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelecomAccountRegistryTest.java282 private void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in TelecomAccountRegistryTest
/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.java174 public void onActiveDataSubscriptionIdChanged(final int subId) { in onActiveDataSubscriptionIdChanged() method in TetheringNotificationUpdater
DTethering.java534 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in Tethering.ActiveDataSubIdListener
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1280 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in TelecomAccountRegistry.TelecomAccountTelephonyCallback
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java420 public void onActiveDataSubscriptionIdChanged(int subId) { in onActiveDataSubscriptionIdChanged() method in WifiServiceImpl.WifiPhoneStateListener