Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceController.java147 final Set<String> notificationKeys = getStandardLayoutKeys(userId, packageName); in onAppOpChanged() local
148 if (notificationKeys != null) { in onAppOpChanged()
150 for (String key : notificationKeys) { in onAppOpChanged()