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.java153 private OnSubscriptionsChangedListener mSubscriptionListener; field in NetworkControllerImpl
296 if (mSubscriptionListener == null) { in registerListeners()
297 mSubscriptionListener = new SubListener(); in registerListeners()
299 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in registerListeners()
328 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in unregisterListeners()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java377 private OnSubscriptionsChangedListener mSubscriptionListener = field in KeyguardUpdateMonitor
1477 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in KeyguardUpdateMonitor()