Searched refs:mSortedAndFiltered (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java93 private final ArrayList<Entry> mSortedAndFiltered = new ArrayList<>(); field in class:NotificationData
156 return mSortedAndFiltered;
205 mSortedAndFiltered.clear();
220 mSortedAndFiltered.add(entry);
225 final int M = mSortedAndFiltered.size();
227 Entry ent = mSortedAndFiltered.get(i);
231 mSortedAndFiltered.remove(i);
236 Collections.sort(mSortedAndFiltered, mRankingComparator);
264 for (Entry e : mSortedAndFiltered) {
283 int N = mSortedAndFiltered
[all...]

Completed in 289 milliseconds