Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotNotificationsController.java175 mNotificationBuilder.setFlag(Notification.FLAG_NO_CLEAR, true); in showSavingScreenshotNotification()
222 .setFlag(Notification.FLAG_NO_CLEAR, false); in showScreenshotActionsNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java245 null, Notification.FLAG_NO_CLEAR); in testDisclosurePredicate()
402 0, "AlertWindowNotification", Notification.FLAG_NO_CLEAR); in testOverlayPredicate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java19 import static android.app.Notification.FLAG_NO_CLEAR;
1227 .setFlag(FLAG_NO_CLEAR, true); in testDismissAllNotificationsDoesNotMarkDismissedUnclearableNotifs()
1254 .setFlag(mContext, FLAG_NO_CLEAR, true)); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1258 .setFlag(mContext, FLAG_NO_CLEAR, false)); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java282 && ((notification.flags & Notification.FLAG_NO_CLEAR) == 0); in isClearable()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java564 .setFlag(Notification.FLAG_NO_CLEAR, true) in getNotificationBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java792 boolean noclear = ((mSbn.getNotification().flags & Notification.FLAG_NO_CLEAR) != 0); in isDismissable()
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java512 notification.flags |= Notification.FLAG_NO_CLEAR; in updateNotifications()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1611 sbn.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testAppInitiatedCancelAllNotifications_CancelsNoClearFlag()
1626 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllNotifications_CancelsNoClearFlag()
1640 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
1659 child2.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllCancelNotificationsFromListener_NoClearFlag()
1681 child2.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testUserInitiatedCancelAllWithGroup_NoClearFlag()
1871 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllNotifications_CancelsNoClearFlagOnGoing()
1890 child2.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter()
/frameworks/base/core/java/android/app/
DNotification.java577 public static final int FLAG_NO_CLEAR = 0x00000020; field in Notification
636 FLAG_AUTO_CANCEL, FLAG_NO_CLEAR, FLAG_FOREGROUND_SERVICE, FLAG_HIGH_PRIORITY,
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java24 import static android.app.Notification.FLAG_NO_CLEAR;
6495 | FLAG_NO_CLEAR;
8030 int flagsToCheck = FLAG_ONGOING_EVENT | FLAG_NO_CLEAR;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4609 field public static final int FLAG_NO_CLEAR = 32; // 0x20
/frameworks/base/api/
Dcurrent.txt5534 field public static final int FLAG_NO_CLEAR = 32; // 0x20