Home
last modified time | relevance | path

Searched refs:mBarringInfoChangedRegistrants (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java114 protected RegistrantList mBarringInfoChangedRegistrants = new RegistrantList(); field in BaseCommands
1084 mBarringInfoChangedRegistrants.addUnique(h, what, obj); in registerForBarringInfoChanged()
1094 mBarringInfoChangedRegistrants.remove(h); in unregisterForBarringInfoChanged()
DNetworkResponse.java110 mRil.mBarringInfoChangedRegistrants.notifyRegistrants( in getBarringInfoResponse()
DRadioIndication.java1142 mRil.mBarringInfoChangedRegistrants.notifyRegistrants( in barringInfoChanged()
DRadioResponse.java2712 mRil.mBarringInfoChangedRegistrants.notifyRegistrants( in getBarringInfoResponse()
DRIL.java6178 mBarringInfoChangedRegistrants.notifyRegistrants(new AsyncResult(null, barringInfo, null)); in notifyBarringInfoChanged()