Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java388 if (0 != (n.flags & Notification.FLAG_HIGH_PRIORITY)) { in calculateInitialImportance()
/frameworks/base/core/java/android/app/
DNotification.java684 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in Notification
779 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4606 field public static final deprecated int FLAG_HIGH_PRIORITY = 128; // 0x80
/frameworks/base/core/api/
Dcurrent.txt6488 field @Deprecated public static final int FLAG_HIGH_PRIORITY = 128; // 0x80