Home
last modified time | relevance | path

Searched refs:FLAG_HIGH_PRIORITY (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/support/compat/api26/android/support/v4/app/
DNotificationCompatApi26.java68 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java69 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java78 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java77 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java103 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java104 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in Builder()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java156 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in NotificationCompat
639 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0) in BuilderBase()
1292 setFlag(FLAG_HIGH_PRIORITY, highPriority); in setFullScreenIntent()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java283 if (0 != (n.flags & Notification.FLAG_HIGH_PRIORITY)) { in calculateImportance()
/frameworks/support/api/
D22.0.0.txt1859 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D22.1.0.txt2001 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D22.2.0.txt2369 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D22.2.1.txt2397 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D25.1.0.txt4594 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D25.0.0.txt4212 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D23.0.0.txt2969 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D25.2.0.txt4594 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D24.2.0.txt4159 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D26.0.0-alpha1.txt5410 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D23.2.1.txt3569 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D25.3.0.txt4975 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D23.2.0.txt3569 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D23.1.1.txt3214 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D25.4.0.txt5026 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D23.4.0.txt3580 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
D23.1.0.txt3241 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80

12