Searched refs:viewsToRemove (Results 1 – 1 of 1) sorted by relevance
1375 final ArrayList<ExpandableNotificationRow> viewsToRemove = new ArrayList<>(numChildren); in clearAllNotifications() local1383 viewsToRemove.add(row); in clearAllNotifications()1396 viewsToRemove.add(childRow); in clearAllNotifications()1409 if (viewsToRemove.isEmpty()) { in clearAllNotifications()1418 for (ExpandableNotificationRow rowToRemove : viewsToRemove) { in clearAllNotifications()