Home
last modified time | relevance | path

Searched refs:beforeNotifs (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java1059 final ArraySet<NotificationId> beforeNotifs = new ArraySet<NotificationId>(mActiveNotifs); in updateNotificationsNL() local
1095 for (int i = beforeNotifs.size()-1; i >= 0; i--) { in updateNotificationsNL()
1096 final NotificationId notificationId = beforeNotifs.valueAt(i); in updateNotificationsNL()