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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java38 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in class:NotificationCompat
239 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/base/core/java/android/app/
H A DNotification.java348 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in class:Notification
1153 setFlag(FLAG_HIGH_PRIORITY, highPriority);

Completed in 880 milliseconds