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.java100 private RegistrantList mPinLockedRegistrants = new RegistrantList(); field in IccCardProxy
595 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()