Searched refs:FLAG_FSI_REQUESTED_BUT_DENIED (Results 1 – 9 of 9) sorted by relevance
24 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()
20 import static android.app.Notification.FLAG_FSI_REQUESTED_BUT_DENIED;398 n.flags |= FLAG_FSI_REQUESTED_BUT_DENIED; in createStickyRow()
19 import static android.app.Notification.FLAG_FSI_REQUESTED_BUT_DENIED;124 .setFlag(FLAG_FSI_REQUESTED_BUT_DENIED, true) in createStickyForSomeTimeEntry()
537 & Notification.FLAG_FSI_REQUESTED_BUT_DENIED) != 0; in NotificationReported()
41 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;
27 import android.app.Notification.FLAG_FSI_REQUESTED_BUT_DENIED in <lambda>()1258 n.flags = n.flags or FLAG_FSI_REQUESTED_BUT_DENIED in <lambda>()
205 & Notification.FLAG_FSI_REQUESTED_BUT_DENIED) != 0; in isStickyAndNotDemoted()
743 public static final int FLAG_FSI_REQUESTED_BUT_DENIED = 0x00004000; field in Notification786 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()
13062 final int stickyFlag = n.flags & Notification.FLAG_FSI_REQUESTED_BUT_DENIED;13350 .setFlag(Notification.FLAG_FSI_REQUESTED_BUT_DENIED, true)