Searched refs:mSubscriptionListener (Results 1 – 2 of 2) sorted by relevance
132 private OnSubscriptionsChangedListener mSubscriptionListener; field in NetworkControllerImpl241 if (mSubscriptionListener == null) { in registerListeners()242 mSubscriptionListener = new SubListener(); in registerListeners()244 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in registerListeners()271 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in unregisterListeners()
294 private OnSubscriptionsChangedListener mSubscriptionListener = field in KeyguardUpdateMonitor1077 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in KeyguardUpdateMonitor()