Home
last modified time | relevance | path

Searched refs:FLAG_NO_CLEAR (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java22 import static android.app.Notification.FLAG_NO_CLEAR;
50 private static final int ANY_CHILDREN_FLAGS = FLAG_ONGOING_EVENT | FLAG_NO_CLEAR;
H A DNotificationManagerService.java29 import static android.app.Notification.FLAG_NO_CLEAR;
7998 notification.flags |= FLAG_NO_CLEAR;
9775 int flagsToCheck = FLAG_ONGOING_EVENT | FLAG_NO_CLEAR;
12175 .setFlag(Notification.FLAG_NO_CLEAR, true)
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGroupHelperTest.java22 import static android.app.Notification.FLAG_NO_CLEAR;
113 children.put("b", FLAG_ONGOING_EVENT|FLAG_NO_CLEAR); in testGetAutogroupSummaryFlags_oneOngoingNoClear()
116 assertEquals(FLAG_NO_CLEAR | FLAG_ONGOING_EVENT | BASE_FLAGS, in testGetAutogroupSummaryFlags_oneOngoingNoClear()
299 sbn.getNotification().flags |= FLAG_NO_CLEAR; in testAddSummary_summaryAutoCancelNoClear()
304 eq(BASE_FLAGS | FLAG_AUTO_CANCEL | FLAG_NO_CLEAR)); in testAddSummary_summaryAutoCancelNoClear()
H A DNotificationManagerServiceTest.java29 import static android.app.Notification.FLAG_NO_CLEAR;
2300 sbn.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testAppInitiatedCancelAllNotifications_CancelsNoClearFlag()
2315 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllNotifications_CancelsNoClearFlag()
2329 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
2694 parent.getNotification().flags |= FLAG_NO_CLEAR; in testCancelNotificationsFromListener_clearAll_GroupWithNoClearParent()
2721 child2.getNotification().flags |= FLAG_NO_CLEAR; in testCancelNotificationsFromListener_clearAll_GroupWithNoClearChild()
2755 child2.getNotification().flags |= FLAG_NO_CLEAR; in testCancelNotificationsFromListener_clearAll_NoClear()
2892 parent.getNotification().flags |= FLAG_NO_CLEAR; in testCancelNotificationsFromListener_byKey_GroupWithNoClearParent()
2921 child2.getNotification().flags |= FLAG_NO_CLEAR; in testCancelNotificationsFromListener_byKey_GroupWithNoClearChild()
2957 child2.getNotification().flags |= FLAG_NO_CLEAR; in testCancelNotificationsFromListener_byKey_NoClear()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java20 import static android.app.Notification.FLAG_NO_CLEAR;
1434 .setFlag(FLAG_NO_CLEAR, true); in testDismissAllNotificationsDoesNotMarkDismissedUnclearableNotifs()
1461 .setFlag(mContext, FLAG_NO_CLEAR, true)); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1465 .setFlag(mContext, FLAG_NO_CLEAR, false)); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1709 .setFlag(mContext, FLAG_NO_CLEAR, true) in testCannotDismissNoClearNotifications()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRankingCoordinatorTest.java323 .setFlag(mContext, Notification.FLAG_NO_CLEAR, !clearable) in setSbnClearable()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java317 && ((notification.flags & Notification.FLAG_NO_CLEAR) == 0); in isClearable()
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java539 notification.flags |= Notification.FLAG_NO_CLEAR; in updateNotifications()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManagerTest.kt21 import android.app.Notification.FLAG_NO_CLEAR
1977 it.setFlag(FLAG_NO_CLEAR, true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java879 && !hasFlag(entry, Notification.FLAG_NO_CLEAR)
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java649 public static final int FLAG_NO_CLEAR = 0x00000020; field in Notification
743 FLAG_AUTO_CANCEL, FLAG_NO_CLEAR, FLAG_FOREGROUND_SERVICE, FLAG_HIGH_PRIORITY,
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6296 field public static final int FLAG_NO_CLEAR = 32; // 0x20