Home
last modified time | relevance | path

Searched refs:mIccChangedRegistrants (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java191 protected RegistrantList mIccChangedRegistrants = new RegistrantList(); field in UiccController
458 mIccChangedRegistrants.addUnique(h, what, obj); in registerForIccChanged()
467 mIccChangedRegistrants.remove(h); in unregisterForIccChanged()
527 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, phoneId, null)); in handleMessage()
737 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()
774 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()
1283 pw.println(" mIccChangedRegistrants: size=" + mIccChangedRegistrants.size()); in dump()
1284 for (int i = 0; i < mIccChangedRegistrants.size(); i++) { in dump()
1286 + ((Registrant)mIccChangedRegistrants.get(i)).getHandler()); in dump()