Searched refs:FLAG_HIGH_PRIORITY (Results 1 – 5 of 5) sorted by relevance
388 if (0 != (n.flags & Notification.FLAG_HIGH_PRIORITY)) { in calculateInitialImportance()
684 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in Notification779 FLAG_HIGH_PRIORITY,3944 if ((flags & FLAG_HIGH_PRIORITY) != 0) { in flagsToString()3946 flags &= ~FLAG_HIGH_PRIORITY; in flagsToString()5063 setFlag(FLAG_HIGH_PRIORITY, highPriority); in setFullScreenIntent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4606 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
6488 field @Deprecated public static final int FLAG_HIGH_PRIORITY = 128; // 0x80