Searched refs:mAbsentRegistrants (Results 1 – 2 of 2) sorted by relevance
98 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in IccCardProxy229 mAbsentRegistrants.notifyRegistrants(); in handleMessage()533 mAbsentRegistrants.notifyRegistrants(); in setExternalState()646 mAbsentRegistrants.add(r); in registerForAbsent()657 mAbsentRegistrants.remove(h); in unregisterForAbsent()916 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()917 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()919 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()
87 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in UiccCard184 mAbsentRegistrants.notifyRegistrants(); in update()264 mAbsentRegistrants.add(r); in registerForAbsent()274 mAbsentRegistrants.remove(h); in unregisterForAbsent()766 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()767 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()769 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()