Home
last modified time | relevance | path

Searched refs:mLceInfoRegistrants (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java101 protected RegistrantList mLceInfoRegistrants = new RegistrantList(); field in BaseCommands
989 mLceInfoRegistrants.add(r); in registerForLceInfo()
996 mLceInfoRegistrants.remove(h); in unregisterForLceInfo()
DRadioIndication.java252 if (mRil.mLceInfoRegistrants != null) { in currentLinkCapacityEstimate()
253 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate()
903 if (mRil.mLceInfoRegistrants != null) { in lceData()
904 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in lceData()