Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java275 final NotificationVisibility nv = obtainVisibility(n.getKey()); in performRemoveNotification()
281 private NotificationVisibility obtainVisibility(String key) { in obtainVisibility() method in NotificationEntryManager
422 removeNotificationInternal(key, ranking, obtainVisibility(key), false /* forceRemove */, in removeNotification()