Searched refs:mAbsentRegistrants (Results 1 – 2 of 2) sorted by relevance
101 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in IccCardProxy232 mAbsentRegistrants.notifyRegistrants(); in handleMessage()528 mAbsentRegistrants.notifyRegistrants(); in setExternalState()639 mAbsentRegistrants.add(r); in registerForAbsent()650 mAbsentRegistrants.remove(h); in unregisterForAbsent()909 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()910 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()912 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()
89 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in UiccCard186 mAbsentRegistrants.notifyRegistrants(); in update()266 mAbsentRegistrants.add(r); in registerForAbsent()276 mAbsentRegistrants.remove(h); in unregisterForAbsent()768 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()769 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()771 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()