Searched refs:mPinLockedRegistrants (Results 1 – 1 of 1) sorted by relevance
101 private RegistrantList mPinLockedRegistrants = new RegistrantList(); field in UiccCardApplication484 mPinLockedRegistrants.add(r); in registerForLocked()491 mPinLockedRegistrants.remove(h); in unregisterForLocked()579 mPinLockedRegistrants.notifyRegistrants(); in notifyPinLockedRegistrantsIfNeeded()1008 pw.println(" mPinLockedRegistrants: size=" + mPinLockedRegistrants.size()); in dump()1009 for (int i = 0; i < mPinLockedRegistrants.size(); i++) { in dump()1011 + ((Registrant)mPinLockedRegistrants.get(i)).getHandler()); in dump()