Searched refs:mPinLockedRegistrants (Results 1 – 2 of 2) sorted by relevance
87 private RegistrantList mPinLockedRegistrants = new RegistrantList(); field in UiccCardApplication294 mPinLockedRegistrants.notifyRegistrants(); in onQueryFacilityLock()441 mPinLockedRegistrants.add(r); in registerForLocked()448 mPinLockedRegistrants.remove(h); in unregisterForLocked()516 mPinLockedRegistrants.notifyRegistrants(); in notifyPinLockedRegistrantsIfNeeded()899 pw.println(" mPinLockedRegistrants: size=" + mPinLockedRegistrants.size()); in dump()900 for (int i = 0; i < mPinLockedRegistrants.size(); i++) { in dump()902 + ((Registrant)mPinLockedRegistrants.get(i)).getHandler()); in dump()
100 private RegistrantList mPinLockedRegistrants = new RegistrantList(); field in IccCardProxy595 mPinLockedRegistrants.notifyRegistrants(); in processLockedState()734 mPinLockedRegistrants.add(r); in registerForLocked()745 mPinLockedRegistrants.remove(h); in unregisterForLocked()963 pw.println(" mPinLockedRegistrants: size=" + mPinLockedRegistrants.size()); in dump()964 for (int i = 0; i < mPinLockedRegistrants.size(); i++) { in dump()966 + ((Registrant)mPinLockedRegistrants.get(i)).getHandler()); in dump()