Searched refs:mIccChangedRegistrants (Results 1 – 1 of 1) sorted by relevance
124 protected RegistrantList mIccChangedRegistrants = new RegistrantList(); field in UiccController352 mIccChangedRegistrants.add(r); in registerForIccChanged()361 mIccChangedRegistrants.remove(h); in unregisterForIccChanged()420 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, phoneId, null)); in handleMessage()511 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()693 pw.println(" mIccChangedRegistrants: size=" + mIccChangedRegistrants.size()); in dump()694 for (int i = 0; i < mIccChangedRegistrants.size(); i++) { in dump()696 + ((Registrant)mIccChangedRegistrants.get(i)).getHandler()); in dump()