Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java108 final Set<String> nonBlockablePkgs) in bindNotification() argument
230 if (nonBlockablePkgs != null) { in bindNotification()
231 nonBlockable |= nonBlockablePkgs.contains(pkg); in bindNotification()