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.java97 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords
430 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()
438 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()
1315 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()
1316 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()
1318 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
DIsimUiccRecords.java287 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
DRuimRecords.java819 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
DSIMRecords.java1511 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()