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.java270 if (mRil.mLceInfoRegistrants != null) { in currentLinkCapacityEstimate()
271 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate()
286 if (mRil.mLceInfoRegistrants != null) { in currentLinkCapacityEstimate_1_6()
287 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate_1_6()
1021 if (mRil.mLceInfoRegistrants != null) { in lceData()
1022 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in lceData()
DBaseCommands.java110 protected RegistrantList mLceInfoRegistrants = new RegistrantList(); field in BaseCommands
994 mLceInfoRegistrants.addUnique(h, what, obj); in registerForLceInfo()
1001 mLceInfoRegistrants.remove(h); in unregisterForLceInfo()