Searched defs:FLAG_HIGH_PRIORITY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java495 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in class:Notification
2717 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java149 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in class:NotificationCompat
536 result.flags |= FLAG_HIGH_PRIORITY;
1265 setFlag(FLAG_HIGH_PRIORITY, highPriority);

Completed in 98 milliseconds