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
119 + " recordsLoadedRegistrants=" + mRecordsLoadedRegistrants in toString()
196 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()
203 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()
688 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()
689 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()
691 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
DIsimUiccRecords.java302 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
DRuimRecords.java790 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
DSIMRecords.java1483 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()