Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkIndication.java139 if (mRil.mLceInfoRegistrants != null) { in currentLinkCapacityEstimate()
140 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate()
DBaseCommands.java111 protected RegistrantList mLceInfoRegistrants = new RegistrantList(); field in BaseCommands
998 mLceInfoRegistrants.addUnique(h, what, obj); in registerForLceInfo()
1005 mLceInfoRegistrants.remove(h); in unregisterForLceInfo()
DRadioIndication.java258 if (mRil.mLceInfoRegistrants != null) { in currentLinkCapacityEstimate()
259 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate()
274 if (mRil.mLceInfoRegistrants != null) { in currentLinkCapacityEstimate_1_6()
275 mRil.mLceInfoRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in currentLinkCapacityEstimate_1_6()