Searched refs:FLAG_HIGH_PRIORITY (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java48 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0)
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java49 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0)
/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;
386 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java53 (n.flags & Notification.FLAG_HIGH_PRIORITY) != 0)
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java164 not.flags |= Notification.FLAG_HIGH_PRIORITY;
/frameworks/base/core/java/android/app/
H A DNotification.java349 public static final int FLAG_HIGH_PRIORITY = 0x00000080; field in class:Notification
1389 setFlag(FLAG_HIGH_PRIORITY, highPriority);
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java1697 if (0 != (notification.flags & Notification.FLAG_HIGH_PRIORITY)) {

Completed in 100 milliseconds