Searched refs:FLAG_HIGH_PRIORITY (Results 1 – 12 of 12) sorted by relevance
48 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in add()
49 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in add()
65 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
164 not.flags |= Notification.FLAG_HIGH_PRIORITY;
64 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
88 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
141 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in NotificationCompat470 result.flags |= FLAG_HIGH_PRIORITY; in build()549 result.flags |= FLAG_HIGH_PRIORITY; in build()1090 setFlag(FLAG_HIGH_PRIORITY, highPriority); in setFullScreenIntent()
96 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
439 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in Notification2269 setFlag(FLAG_HIGH_PRIORITY, highPriority);
1808 if (0 != (notification.flags & Notification.FLAG_HIGH_PRIORITY)) { in enqueueNotificationInternal()
4696 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
4606 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80