Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java221 boolean nonBlockable = false; in bindNotification()
224 nonBlockable = Utils.isSystemPackage(getResources(), pm, pkgInfo) in bindNotification()
231 nonBlockable |= nonBlockablePkgs.contains(pkg); in bindNotification()
234 bindButtons(nonBlockable); in bindNotification()
299 private void bindButtons(final boolean nonBlockable) { in bindButtons() argument
304 final boolean visible = !nonBlockable && mSingleNotificationChannel != null; in bindButtons()