Searched refs:mIccChangedRegistrants (Results 1 – 1 of 1) sorted by relevance
99 protected RegistrantList mIccChangedRegistrants = new RegistrantList(); field in UiccController183 mIccChangedRegistrants.add(r); in registerForIccChanged()192 mIccChangedRegistrants.remove(h); in unregisterForIccChanged()222 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in handleMessage()292 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()330 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onSimRefresh()349 pw.println(" mIccChangedRegistrants: size=" + mIccChangedRegistrants.size()); in dump()350 for (int i = 0; i < mIccChangedRegistrants.size(); i++) { in dump()352 + ((Registrant)mIccChangedRegistrants.get(i)).getHandler()); in dump()