Searched refs:mPinLockedRegistrants (Results 1 – 1 of 1) sorted by relevance
89 private RegistrantList mPinLockedRegistrants = new RegistrantList(); field in UiccCardApplication297 mPinLockedRegistrants.notifyRegistrants(); in onQueryFacilityLock()441 mPinLockedRegistrants.add(r); in registerForLocked()448 mPinLockedRegistrants.remove(h); in unregisterForLocked()516 mPinLockedRegistrants.notifyRegistrants(); in notifyPinLockedRegistrantsIfNeeded()925 pw.println(" mPinLockedRegistrants: size=" + mPinLockedRegistrants.size()); in dump()926 for (int i = 0; i < mPinLockedRegistrants.size(); i++) { in dump()928 + ((Registrant)mPinLockedRegistrants.get(i)).getHandler()); in dump()