Searched refs:mRecordsLoadedRegistrants (Results 1 – 4 of 4) sorted by relevance
48 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords111 + " 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()
301 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
837 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
1471 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()