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.java36 private ArrayMap<String, ArraySet<String>> mImportantNotifications = new ArrayMap<>(1); field in ForegroundServicesUserState
70 addNotification(mImportantNotifications, pkg, key); in addImportantNotification()
74 return removeNotification(mImportantNotifications, pkg, key); in removeImportantNotification()
126 final ArraySet<String> set = mImportantNotifications.get(pkg); in isDisclosureNeeded()
155 + ", mImportantNotifications=" + mImportantNotifications in toString()