Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCard.java87 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in UiccCard
184 mAbsentRegistrants.notifyRegistrants(); in update()
264 mAbsentRegistrants.add(r); in registerForAbsent()
274 mAbsentRegistrants.remove(h); in unregisterForAbsent()
658 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()
659 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()
661 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()
DIccCardProxy.java101 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in IccCardProxy
247 mAbsentRegistrants.notifyRegistrants(); in handleMessage()
544 mAbsentRegistrants.notifyRegistrants(); in setExternalState()
655 mAbsentRegistrants.add(r); in registerForAbsent()
666 mAbsentRegistrants.remove(h); in unregisterForAbsent()
925 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()
926 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()
928 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()