Searched refs:mRecordsLoadedRegistrants (Results 1 – 4 of 4) sorted by relevance
93 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords379 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()387 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()1172 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()1173 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()1175 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
319 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
819 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
1463 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()