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/
DIccCardProxy.java98 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in IccCardProxy
229 mAbsentRegistrants.notifyRegistrants(); in handleMessage()
533 mAbsentRegistrants.notifyRegistrants(); in setExternalState()
646 mAbsentRegistrants.add(r); in registerForAbsent()
657 mAbsentRegistrants.remove(h); in unregisterForAbsent()
916 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()
917 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()
919 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()
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()
766 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()
767 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()
769 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()