Home
last modified time | relevance | path

Searched refs:mRilCellInfoListRegistrants (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java90 protected RegistrantList mRilCellInfoListRegistrants = new RegistrantList(); field in BaseCommands
907 mRilCellInfoListRegistrants.addUnique(h, what, obj); in registerForCellInfoList()
911 mRilCellInfoListRegistrants.remove(h); in unregisterForCellInfoList()
DRadioIndication.java741 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList()
753 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_2()
765 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_4()
777 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_5()