Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java185 private OnSubscriptionsChangedListener mSubscriptionListener; field in NetworkControllerImpl
480 if (mSubscriptionListener == null) { in registerListeners()
481 mSubscriptionListener = new SubListener(mBgLooper); in registerListeners()
483 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in registerListeners()
534 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in unregisterListeners()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java399 private OnSubscriptionsChangedListener mSubscriptionListener = field in KeyguardUpdateMonitor
2003 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in KeyguardUpdateMonitor()
3424 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in destroy()