Searched refs:mRecordsLoadedRegistrants (Results 1 – 4 of 4) sorted by relevance
57 protected RegistrantList mRecordsLoadedRegistrants = new RegistrantList(); field in IccRecords306 mRecordsLoadedRegistrants.add(r); in registerForRecordsLoaded()314 mRecordsLoadedRegistrants.remove(h); in unregisterForRecordsLoaded()935 pw.println(" recordsLoadedRegistrants: size=" + mRecordsLoadedRegistrants.size()); in dump()936 for (int i = 0; i < mRecordsLoadedRegistrants.size(); i++) { in dump()938 + ((Registrant)mRecordsLoadedRegistrants.get(i)).getHandler()); in dump()
311 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
812 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()
1582 mRecordsLoadedRegistrants.notifyRegistrants(new AsyncResult(null, null, null)); in onAllRecordsLoaded()