Searched refs:mRecordsLoadedRegistrants (Results 1 – 4 of 4) sorted by relevance
104 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords457 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()
344 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
818 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
1586 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()