Searched refs:mLceInfoRegistrants (Results 1 – 2 of 2) sorted by relevance
270 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()
110 protected RegistrantList mLceInfoRegistrants = new RegistrantList(); field in BaseCommands994 mLceInfoRegistrants.addUnique(h, what, obj); in registerForLceInfo()1001 mLceInfoRegistrants.remove(h); in unregisterForLceInfo()