Searched refs:mSubscriptionListener (Results 1 – 2 of 2) sorted by relevance
177 private OnSubscriptionsChangedListener mSubscriptionListener; field in NetworkControllerImpl466 if (mSubscriptionListener == null) { in registerListeners()467 mSubscriptionListener = new SubListener(mBgLooper); in registerListeners()469 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in registerListeners()517 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in unregisterListeners()
391 private OnSubscriptionsChangedListener mSubscriptionListener = field in KeyguardUpdateMonitor1971 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in KeyguardUpdateMonitor()3382 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in destroy()