Searched refs:beforeNotifs (Results 1 – 1 of 1) sorted by relevance
911 final ArraySet<String> beforeNotifs = new ArraySet<String>(mActiveNotifs); in updateNotificationsLocked() local947 for (int i = beforeNotifs.size()-1; i >= 0; i--) { in updateNotificationsLocked()948 final String tag = beforeNotifs.valueAt(i); in updateNotificationsLocked()