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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java65 protected RegistrantList mCdmaSubscriptionChangedRegistrants = new RegistrantList(); field in class:BaseCommands
693 mCdmaSubscriptionChangedRegistrants.add(r);
698 mCdmaSubscriptionChangedRegistrants.remove(h);
H A DRIL.java3091 if (mCdmaSubscriptionChangedRegistrants != null) {
3092 mCdmaSubscriptionChangedRegistrants.notifyRegistrants(

Completed in 36 milliseconds