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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java40 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in class:NotificationCompat
92 result.flags |= FLAG_HIGH_PRIORITY;
364 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/base/core/java/android/app/
H A DNotification.java349 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in class:Notification
1185 setFlag(FLAG_HIGH_PRIORITY, highPriority);

Completed in 53 milliseconds