Searched refs:mRilCellInfoListRegistrants (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | BaseCommands.java | 90 protected RegistrantList mRilCellInfoListRegistrants = new RegistrantList(); field in BaseCommands 907 mRilCellInfoListRegistrants.addUnique(h, what, obj); in registerForCellInfoList() 911 mRilCellInfoListRegistrants.remove(h); in unregisterForCellInfoList()
|
D | RadioIndication.java | 741 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()
|