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.java85 protected RegistrantList mRilCellInfoListRegistrants = new RegistrantList(); field in BaseCommands
904 mRilCellInfoListRegistrants.add(r); in registerForCellInfoList()
908 mRilCellInfoListRegistrants.remove(h); in unregisterForCellInfoList()
DRadioIndication.java734 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList()
746 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_2()
758 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_4()