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.java90 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords
415 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()
423 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()
1292 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()
1293 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()
1295 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
DIsimUiccRecords.java311 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
DRuimRecords.java816 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
DSIMRecords.java1500 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()