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.java104 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords
457 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()
465 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()
1399 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()
1400 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()
1402 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
DIsimUiccRecords.java344 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
DRuimRecords.java818 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
DSIMRecords.java1586 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()