Searched refs:mRegistrants (Results 1 – 1 of 1) sorted by relevance
25 protected final ArrayList<QnsRegistrant> mRegistrants; field in QnsRegistrantList29 mRegistrants = new ArrayList<>(); in QnsRegistrantList()63 mRegistrants.add(r); in add()68 for (int i = mRegistrants.size() - 1; i >= 0; i--) { in removeCleared()69 QnsRegistrant r = mRegistrants.get(i); in removeCleared()72 mRegistrants.remove(i); in removeCleared()79 mRegistrants.clear(); in removeAll()88 return mRegistrants.size(); in size()98 return mRegistrants.get(index); in get()102 for (QnsRegistrant registrant : mRegistrants) { in internalNotifyRegistrants()[all …]