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.java48 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords
111 + " recordsLoadedRegistrants=" + mRecordsLoadedRegistrants in toString()
188 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()
195 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()
629 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()
630 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()
632 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
DIsimUiccRecords.java301 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
DRuimRecords.java837 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
DSIMRecords.java1471 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()