Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java95 protected RegistrantList mRilCellInfoListRegistrants = new RegistrantList(); field in BaseCommands
931 mRilCellInfoListRegistrants.addUnique(h, what, obj); in registerForCellInfoList()
935 mRilCellInfoListRegistrants.remove(h); in unregisterForCellInfoList()
DNetworkIndication.java123 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList()
DRadioIndication.java820 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in responseCellInfoList()