Searched refs:mCurrentNotifs (Results 1 – 1 of 1) sorted by relevance
137 private final ArraySet<Pair<String, Integer>> mCurrentNotifs = new ArraySet<>(); field in PhoneStatusBarPolicy284 mCurrentNotifs.forEach(v -> noMan.cancelAsUser(v.first, SystemMessage.NOTE_INSTANT_APPS, in destroy()534 ArraySet<Pair<String, Integer>> notifs = new ArraySet<>(mCurrentNotifs); in updateForegroundInstantApps()536 mCurrentNotifs.clear(); in updateForegroundInstantApps()595 mCurrentNotifs.add(new Pair<>(pkg, userId)); in postEphemeralNotif()671 mCurrentNotifs.add(key); in hasNotif()