Searched refs:mIccChangedRegistrants (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccController.java | 234 protected RegistrantList mIccChangedRegistrants = new RegistrantList(); field in UiccController 560 mIccChangedRegistrants.addUnique(h, what, obj); in registerForIccChanged() 569 mIccChangedRegistrants.remove(h); in unregisterForIccChanged() 630 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, phoneId, null)); in handleMessage() 1065 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone() 1073 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone() 1111 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null)); in onGetIccCardStatusDone()
|