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.java65 protected RegistrantList mCdmaSubscriptionChangedRegistrants = new RegistrantList(); field in BaseCommands
693 mCdmaSubscriptionChangedRegistrants.add(r); in registerForCdmaSubscriptionChanged()
698 mCdmaSubscriptionChangedRegistrants.remove(h); in unregisterForCdmaSubscriptionChanged()
DRIL.java3091 if (mCdmaSubscriptionChangedRegistrants != null) { in processUnsolicited()
3092 mCdmaSubscriptionChangedRegistrants.notifyRegistrants( in processUnsolicited()