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.java62 protected RegistrantList mCdmaSubscriptionChangedRegistrants = new RegistrantList(); field in BaseCommands
691 mCdmaSubscriptionChangedRegistrants.add(r); in registerForCdmaSubscriptionChanged()
696 mCdmaSubscriptionChangedRegistrants.remove(h); in unregisterForCdmaSubscriptionChanged()
DRadioIndication.java573 mRil.mCdmaSubscriptionChangedRegistrants.notifyRegistrants( in cdmaSubscriptionSourceChanged()