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);
717 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size());
718 for (int i = 0; i < mAbsentRegistrants.size(); i++) {
719 pw.println(" mAbsentRegistrants[" + i + "]="
720 + ((Registrant)mAbsentRegistrants.get(i)).getHandler());

Completed in 27 milliseconds