Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java85 protected RegistrantList mCdmaSubscriptionChangedRegistrants = new RegistrantList(); field in BaseCommands
755 mCdmaSubscriptionChangedRegistrants.addUnique(h, what, obj); in registerForCdmaSubscriptionChanged()
760 mCdmaSubscriptionChangedRegistrants.remove(h); in unregisterForCdmaSubscriptionChanged()
DRadioIndication.java747 mRil.mCdmaSubscriptionChangedRegistrants.notifyRegistrants( in cdmaSubscriptionSourceChanged()