Searched refs:mRecordsLoadedRegistrants (Results 1 – 4 of 4) sorted by relevance
54 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords125 + " recordsLoadedRegistrants=" + mRecordsLoadedRegistrants in toString()216 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()223 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()707 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()708 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()710 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
305 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
793 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()
1501 mRecordsLoadedRegistrants.notifyRegistrants( in onAllRecordsLoaded()