Home
last modified time | relevance | path

Searched refs:FLAG_CAN_COLORIZE (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java20 import static android.app.Notification.FLAG_CAN_COLORIZE;
158 children.put("b", FLAG_AUTO_CANCEL | FLAG_CAN_COLORIZE); in testGetAutogroupSummaryFlags_allAutoCancel()
170 children.put("b", FLAG_AUTO_CANCEL | FLAG_CAN_COLORIZE); in testGetAutogroupSummaryFlags_allAutoCancelOneOngoing()
H A DNotificationManagerServiceTest.java27 import static android.app.Notification.FLAG_CAN_COLORIZE;
1767 FLAG_FOREGROUND_SERVICE | FLAG_CAN_COLORIZE | FLAG_NO_CLEAR); in testEnqueueNotificationWithTag_FgsAddsFlags_dismissalAllowed()
4870 .setFlag(FLAG_CAN_COLORIZE, true) in testNoFakeColorizedPermission()
11435 .setFlag(FLAG_CAN_COLORIZE, true)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManagerTest.java456 .setFlag(Notification.FLAG_CAN_COLORIZE, true) in createTestNotificationRow()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java125 .setFlag(Notification.FLAG_CAN_COLORIZE, true) in testColorizedByPermission()
131 .setFlag(Notification.FLAG_CAN_COLORIZE, true) in testColorizedByPermission()
136 .setFlag(Notification.FLAG_CAN_COLORIZE, false) in testColorizedByPermission()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java693 public static final int FLAG_CAN_COLORIZE = 0x00000800; field in Notification
7031 return (flags & Notification.FLAG_CAN_COLORIZE) != 0; in hasColorizedPermission()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java6972 notification.flags |= Notification.FLAG_CAN_COLORIZE;
6974 notification.flags &= ~Notification.FLAG_CAN_COLORIZE;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7929 Landroid/app/Notification;->FLAG_CAN_COLORIZE:I