Home
last modified time | relevance | path

Searched refs:mSubscriptionListener (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java184 private OnSubscriptionsChangedListener mSubscriptionListener; field in NetworkControllerImpl
499 if (mSubscriptionListener == null) { in registerListeners()
500 mSubscriptionListener = new SubListener(mBgLooper); in registerListeners()
502 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in registerListeners()
552 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in unregisterListeners()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java502 private final OnSubscriptionsChangedListener mSubscriptionListener = field in KeyguardUpdateMonitor
2589 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in KeyguardUpdateMonitor()
4420 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in destroy()