Searched refs:mSubscriptionListener (Results 1 – 2 of 2) sorted by relevance
153 private OnSubscriptionsChangedListener mSubscriptionListener; field in NetworkControllerImpl296 if (mSubscriptionListener == null) { in registerListeners()297 mSubscriptionListener = new SubListener(); in registerListeners()299 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in registerListeners()328 mSubscriptionManager.removeOnSubscriptionsChangedListener(mSubscriptionListener); in unregisterListeners()
377 private OnSubscriptionsChangedListener mSubscriptionListener = field in KeyguardUpdateMonitor1477 mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener); in KeyguardUpdateMonitor()