HomeSort by relevance Sort by last modified time
    Searched refs:mAbsentRegistrants (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 76 private RegistrantList mAbsentRegistrants = new RegistrantList();
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());
IccCardProxy.java 91 private RegistrantList mAbsentRegistrants = new RegistrantList();
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 52 milliseconds