Home
last modified time | relevance | path

Searched refs:mRecordsLoadedRegistrants (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java54 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords
125 + " recordsLoadedRegistrants=" + mRecordsLoadedRegistrants in toString()
216 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()
223 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()
707 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()
708 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()
710 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
DIsimUiccRecords.java305 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
DRuimRecords.java793 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
DSIMRecords.java1501 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()