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 899 mRilCellInfoListRegistrants.addUnique(h, what, obj); in registerForCellInfoList() 903 mRilCellInfoListRegistrants.remove(h); in unregisterForCellInfoList()
|
D | RadioIndication.java | 742 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()
|