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.java68 protected RegistrantList mRilCellInfoListRegistrants = new RegistrantList(); field in BaseCommands
844 mRilCellInfoListRegistrants.add(r); in registerForCellInfoList()
848 mRilCellInfoListRegistrants.remove(h); in unregisterForCellInfoList()
DRadioIndication.java698 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList()
710 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_2()