Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServicesUserState.java36 private ArrayMap<String, ArraySet<String>> mStandardLayoutNotifications = new ArrayMap<>(1); field in ForegroundServicesUserState
76 addNotification(mStandardLayoutNotifications, pkg, key); in addStandardLayoutNotification()
80 return removeNotification(mStandardLayoutNotifications, pkg, key); in removeStandardLayoutNotification()
133 final ArraySet<String> set = mStandardLayoutNotifications.get(pkg); in getStandardLayoutKey()
146 + ", mStandardLayoutNotifications=" + mStandardLayoutNotifications in toString()