Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java8572 private static final int FLAG_SUPPRESS_NOTIFICATION = 0x00000002; field in Notification.Builder.BubbleMetadata
8653 return (mFlags & FLAG_SUPPRESS_NOTIFICATION) != 0; in isNotificationSuppressed()
8836 setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSuppressNotif); in setSuppressNotification()