Home
last modified time | relevance | path

Searched refs:mPinLockedRegistrants (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCardApplication.java87 private RegistrantList mPinLockedRegistrants = new RegistrantList(); field in UiccCardApplication
294 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()
DIccCardProxy.java102 private RegistrantList mPinLockedRegistrants = new RegistrantList(); field in IccCardProxy
564 mPinLockedRegistrants.notifyRegistrants(); in processLockedState()
701 mPinLockedRegistrants.add(r); in registerForLocked()
712 mPinLockedRegistrants.remove(h); in unregisterForLocked()
930 pw.println(" mPinLockedRegistrants: size=" + mPinLockedRegistrants.size()); in dump()
931 for (int i = 0; i < mPinLockedRegistrants.size(); i++) { in dump()
933 + ((Registrant)mPinLockedRegistrants.get(i)).getHandler()); in dump()