Home
last modified time | relevance | path

Searched refs:sMultiSimConfigChangeRegistrants (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneConfigurationManager.java69 private static final RegistrantList sMultiSimConfigChangeRegistrants = new RegistrantList(); field in PhoneConfigurationManager
379 sMultiSimConfigChangeRegistrants.notifyResult(numOfActiveModems); in notifyMultiSimConfigChange()
389 sMultiSimConfigChangeRegistrants.addUnique(h, what, obj); in registerForMultiSimConfigChange()
396 sMultiSimConfigChangeRegistrants.remove(h); in unregisterForMultiSimConfigChange()
403 sMultiSimConfigChangeRegistrants.removeAll(); in unregisterAllMultiSimConfigChangeRegistrants()