Searched refs:mPinLockedRegistrants (Results 1 – 1 of 1) sorted by relevance
100 private RegistrantList mPinLockedRegistrants = new RegistrantList(); field in UiccCardApplication483 mPinLockedRegistrants.add(r); in registerForLocked()490 mPinLockedRegistrants.remove(h); in unregisterForLocked()578 mPinLockedRegistrants.notifyRegistrants(); in notifyPinLockedRegistrantsIfNeeded()1007 pw.println(" mPinLockedRegistrants: size=" + mPinLockedRegistrants.size()); in dump()1008 for (int i = 0; i < mPinLockedRegistrants.size(); i++) { in dump()1010 + ((Registrant)mPinLockedRegistrants.get(i)).getHandler()); in dump()