Searched refs:mIccChangedRegistrants (Results 1 – 1 of 1) sorted by relevance
172 protected RegistrantList mIccChangedRegistrants = new RegistrantList(); field in UiccController430 mIccChangedRegistrants.add(r); in registerForIccChanged()439 mIccChangedRegistrants.remove(h); in unregisterForIccChanged()498 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, phoneId, null)); in handleMessage()631 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()655 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()1049 pw.println(" mIccChangedRegistrants: size=" + mIccChangedRegistrants.size()); in dump()1050 for (int i = 0; i < mIccChangedRegistrants.size(); i++) { in dump()1052 + ((Registrant)mIccChangedRegistrants.get(i)).getHandler()); in dump()