Searched refs:mIccChangedRegistrants (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java99 protected RegistrantList mIccChangedRegistrants = new RegistrantList(); field in class:UiccController
183 mIccChangedRegistrants.add(r);
192 mIccChangedRegistrants.remove(h);
222 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
292 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
330 mIccChangedRegistrants.notifyRegistrants(new AsyncResult(null, index, null));
349 pw.println(" mIccChangedRegistrants: size=" + mIccChangedRegistrants.size());
350 for (int i = 0; i < mIccChangedRegistrants.size(); i++) {
351 pw.println(" mIccChangedRegistrants["
[all...]

Completed in 54 milliseconds