Searched refs:mRecordsLoadedRegistrants (Results 1 – 4 of 4) sorted by relevance
97 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords430 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()438 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()1315 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()1316 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()1318 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
287 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
819 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
1511 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()