Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSwitcher.java158 protected final RegistrantList mActivePhoneRegistrants; field in PhoneSwitcher
356 mActivePhoneRegistrants = new RegistrantList(); in PhoneSwitcher()
905 mActivePhoneRegistrants.notifyRegistrants(); in onEvaluate()
1146 mActivePhoneRegistrants.add(r); in registerForActivePhoneSwitch()
1151 mActivePhoneRegistrants.remove(h); in unregisterForActivePhoneSwitch()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java610 mActivePhoneRegistrants.notifyRegistrants(); in notifyDdsSwitchDone()