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.java177 private OnSubscriptionsChangedListener mSubscriptionListener; field in NetworkControllerImpl
466 if (mSubscriptionListener == null) { in registerListeners()
467 mSubscriptionListener = new SubListener(mBgLooper); in registerListeners()
469 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in registerListeners()
517 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in unregisterListeners()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java391 private OnSubscriptionsChangedListener mSubscriptionListener = field in KeyguardUpdateMonitor
1971 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in KeyguardUpdateMonitor()
3382 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in destroy()