Searched refs:GROUP_ALERT_ALL (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupTestHelper.java | 51 return createSummaryNotification(Notification.GROUP_ALERT_ALL, mId++, null); in createSummaryNotification() 70 return createChildNotification(Notification.GROUP_ALERT_ALL); in createChildNotification()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | HeadsUpCoordinatorTest.kt | 18 import android.app.Notification.GROUP_ALERT_ALL 164 groupSummary = helper.createSummaryNotification(GROUP_ALERT_ALL, 0, "summary", 500) 170 groupChild1 = helper.createChildNotification(GROUP_ALERT_ALL, 1, "child", 350) 171 groupChild2 = helper.createChildNotification(GROUP_ALERT_ALL, 2, "child", 250) 172 groupChild3 = helper.createChildNotification(GROUP_ALERT_ALL, 3, "child", 150)
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | BuzzBeepBlinkTest.java | 19 import static android.app.Notification.GROUP_ALERT_ALL; 302 lights, null, Notification.GROUP_ALERT_ALL, false); in getNotificationRecord() 310 null, Notification.GROUP_ALERT_ALL, true); in getLeanbackNotificationRecord() 1051 NotificationRecord group = getBeepyNotificationRecord("a", GROUP_ALERT_ALL); in testGroupAlertAllNoSilenceGroup() 1475 NotificationRecord group = getLightsNotificationRecord("a", GROUP_ALERT_ALL); in testGroupAlertAllLightsGroup()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | NotificationInterruptStateProviderImplTest.java | 1026 .setGroupAlertBehavior(silent ? GROUP_ALERT_SUMMARY : Notification.GROUP_ALERT_ALL) in createFsiNotification()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 1594 GROUP_ALERT_ALL, GROUP_ALERT_CHILDREN, GROUP_ALERT_SUMMARY 1604 public static final int GROUP_ALERT_ALL = 0; field in Notification 1631 private int mGroupAlertBehavior = GROUP_ALERT_ALL;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6303 field public static final int GROUP_ALERT_ALL = 0; // 0x0
|