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.java76 protected RegistrantList mCdmaSubscriptionChangedRegistrants = new RegistrantList(); field in BaseCommands
751 mCdmaSubscriptionChangedRegistrants.add(r); in registerForCdmaSubscriptionChanged()
756 mCdmaSubscriptionChangedRegistrants.remove(h); in unregisterForCdmaSubscriptionChanged()
DRadioIndication.java676 mRil.mCdmaSubscriptionChangedRegistrants.notifyRegistrants( in cdmaSubscriptionSourceChanged()