Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesUserState.java34 private ArrayMap<String, ArraySet<String>> mImportantNotifications = new ArrayMap<>(1); field in ForegroundServicesUserState
68 addNotification(mImportantNotifications, pkg, key); in addImportantNotification()
72 return removeNotification(mImportantNotifications, pkg, key); in removeImportantNotification()
119 final ArraySet<String> set = mImportantNotifications.get(pkg); in isDisclosureNeeded()
145 + ", mImportantNotifications=" + mImportantNotifications in toString()