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.java106 protected RegistrantList mLceInfoRegistrants = new RegistrantList(); field in BaseCommands
978 mLceInfoRegistrants.addUnique(h, what, obj); in registerForLceInfo()
985 mLceInfoRegistrants.remove(h); in unregisterForLceInfo()
DRadioIndication.java261 if (mRil.mLceInfoRegistrants != null) { in currentLinkCapacityEstimate()
262 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate()
940 if (mRil.mLceInfoRegistrants != null) { in lceData()
941 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in lceData()