Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java24 import static android.app.Notification.FLAG_FSI_REQUESTED_BUT_DENIED;
254 mEntry.getSbn().getNotification().flags &= ~FLAG_FSI_REQUESTED_BUT_DENIED; in testIsStickyAndNotDemoted_noFlagAndDemoted_returnFalse()
260 mEntry.getSbn().getNotification().flags &= ~FLAG_FSI_REQUESTED_BUT_DENIED; in testIsStickyAndNotDemoted_noFlagAndNotDemoted_demoteAndReturnFalse()
268 mEntry.getSbn().getNotification().flags |= FLAG_FSI_REQUESTED_BUT_DENIED; in testIsStickyAndNotDemoted_hasFlagButAlreadyDemoted_returnFalse()
276 mEntry.getSbn().getNotification().flags |= FLAG_FSI_REQUESTED_BUT_DENIED; in testIsStickyAndNotDemoted_hasFlagAndNotDemoted_returnTrue()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java20 import static android.app.Notification.FLAG_FSI_REQUESTED_BUT_DENIED;
398 n.flags |= FLAG_FSI_REQUESTED_BUT_DENIED; in createStickyRow()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManagerTest.java19 import static android.app.Notification.FLAG_FSI_REQUESTED_BUT_DENIED;
124 .setFlag(FLAG_FSI_REQUESTED_BUT_DENIED, true) in createStickyForSomeTimeEntry()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java537 & Notification.FLAG_FSI_REQUESTED_BUT_DENIED) != 0; in NotificationReported()
DNotificationManagerService.java41 import static android.app.Notification.FLAG_FSI_REQUESTED_BUT_DENIED;
7600 notification.flags |= FLAG_FSI_REQUESTED_BUT_DENIED;
7662 notification.flags &= ~FLAG_FSI_REQUESTED_BUT_DENIED;
8071 boolean requestedFullScreenIntent = (n.flags & FLAG_FSI_REQUESTED_BUT_DENIED) != 0;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt27 import android.app.Notification.FLAG_FSI_REQUESTED_BUT_DENIED in <lambda>()
1258 n.flags = n.flags or FLAG_FSI_REQUESTED_BUT_DENIED in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java205 & Notification.FLAG_FSI_REQUESTED_BUT_DENIED) != 0; in isStickyAndNotDemoted()
/frameworks/base/core/java/android/app/
DNotification.java743 public static final int FLAG_FSI_REQUESTED_BUT_DENIED = 0x00004000; field in Notification
786 FLAG_FSI_REQUESTED_BUT_DENIED,
3972 if ((flags & FLAG_FSI_REQUESTED_BUT_DENIED) != 0) { in flagsToString()
3974 flags &= ~FLAG_FSI_REQUESTED_BUT_DENIED; in flagsToString()
6335 || ((mN.flags & FLAG_FSI_REQUESTED_BUT_DENIED) != 0); in applyStandardTemplateWithActions()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java13062 final int stickyFlag = n.flags & Notification.FLAG_FSI_REQUESTED_BUT_DENIED;
13350 .setFlag(Notification.FLAG_FSI_REQUESTED_BUT_DENIED, true)