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/
DRadioIndication.java251 if (mRil.mLceInfoRegistrants != null) { in currentLinkCapacityEstimate()
252 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate()
849 if (mRil.mLceInfoRegistrants != null) { in lceData()
850 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in lceData()
DBaseCommands.java80 protected RegistrantList mLceInfoRegistrants = new RegistrantList(); field in BaseCommands
929 mLceInfoRegistrants.add(r); in registerForLceInfo()
936 mLceInfoRegistrants.remove(h); in unregisterForLceInfo()