Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java137 private final ArraySet<Pair<String, Integer>> mCurrentNotifs = new ArraySet<>(); field in PhoneStatusBarPolicy
284 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()