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.java101 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in IccCardProxy
232 mAbsentRegistrants.notifyRegistrants(); in handleMessage()
528 mAbsentRegistrants.notifyRegistrants(); in setExternalState()
639 mAbsentRegistrants.add(r); in registerForAbsent()
650 mAbsentRegistrants.remove(h); in unregisterForAbsent()
909 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()
910 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()
912 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()
DUiccCard.java89 private RegistrantList mAbsentRegistrants = new RegistrantList(); field in UiccCard
186 mAbsentRegistrants.notifyRegistrants(); in update()
266 mAbsentRegistrants.add(r); in registerForAbsent()
276 mAbsentRegistrants.remove(h); in unregisterForAbsent()
768 pw.println(" mAbsentRegistrants: size=" + mAbsentRegistrants.size()); in dump()
769 for (int i = 0; i < mAbsentRegistrants.size(); i++) { in dump()
771 + ((Registrant)mAbsentRegistrants.get(i)).getHandler()); in dump()