Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java132 private OnSubscriptionsChangedListener mSubscriptionListener; field in NetworkControllerImpl
241 if (mSubscriptionListener == null) { in registerListeners()
242 mSubscriptionListener = new SubListener(); in registerListeners()
244 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in registerListeners()
271 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in unregisterListeners()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java294 private OnSubscriptionsChangedListener mSubscriptionListener = field in KeyguardUpdateMonitor
1077 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in KeyguardUpdateMonitor()