Searched refs:mIccChangedRegistrants (Results 1 – 1 of 1) sorted by relevance
190 protected RegistrantList mIccChangedRegistrants = new RegistrantList(); field in UiccController456 mIccChangedRegistrants.addUnique(h, what, obj); in registerForIccChanged()465 mIccChangedRegistrants.remove(h); in unregisterForIccChanged()525 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, phoneId, null)); in handleMessage()722 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()759 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()1257 pw.println(" mIccChangedRegistrants: size=" + mIccChangedRegistrants.size()); in dump()1258 for (int i = 0; i < mIccChangedRegistrants.size(); i++) { in dump()1260 + ((Registrant)mIccChangedRegistrants.get(i)).getHandler()); in dump()