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
899 mRilCellInfoListRegistrants.addUnique(h, what, obj); in registerForCellInfoList()
903 mRilCellInfoListRegistrants.remove(h); in unregisterForCellInfoList()
DRadioIndication.java742 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList()
754 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_2()
766 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_4()
778 mRil.mRilCellInfoListRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in cellInfoList_1_5()