Searched refs:FLAG_CAN_COLORIZE (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java61 .setFlag(Notification.FLAG_CAN_COLORIZE, true)
67 .setFlag(Notification.FLAG_CAN_COLORIZE, true)
72 .setFlag(Notification.FLAG_CAN_COLORIZE, false)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationGutsManagerTest.java328 .setFlag(Notification.FLAG_CAN_COLORIZE, true)
/frameworks/base/core/java/android/app/
H A DNotification.java604 public static final int FLAG_CAN_COLORIZE = 0x00000800; field in class:Notification
5892 return (flags & Notification.FLAG_CAN_COLORIZE) != 0;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4011 notification.flags |= Notification.FLAG_CAN_COLORIZE;
4013 notification.flags &= ~Notification.FLAG_CAN_COLORIZE;
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java2088 .setFlag(Notification.FLAG_CAN_COLORIZE, true)

Completed in 130 milliseconds