Searched refs:mAbsentRegistrants (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java76 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in class:UiccCard
156 mAbsentRegistrants.notifyRegistrants();
216 mAbsentRegistrants.add(r);
226 mAbsentRegistrants.remove(h);
364 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size());
365 for (int i = 0; i < mAbsentRegistrants.size(); i++) {
366 pw.println(" mAbsentRegistrants[" + i + "]="
367 + ((Registrant)mAbsentRegistrants.get(i)).getHandler());
H A DIccCardProxy.java91 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in class:IccCardProxy
219 mAbsentRegistrants.notifyRegistrants();
473 mAbsentRegistrants.add(r);
484 mAbsentRegistrants.remove(h);
736 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size());
737 for (int i = 0; i < mAbsentRegistrants.size(); i++) {
738 pw.println(" mAbsentRegistrants[" + i + "]="
739 + ((Registrant)mAbsentRegistrants.get(i)).getHandler());

Completed in 378 milliseconds