Home
last modified time | relevance | path

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

/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DServiceIntentSender.java87 .setFlag(Notification.FLAG_NO_CLEAR, true) in createNotification()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/settings/
H A DBlockedNumbersUtil.java115 notification.flags |= Notification.FLAG_NO_CLEAR; in updateEmergencyCallNotification()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java189 notification.flags |= Notification.FLAG_NO_CLEAR; // Cannot be set with the builder. in onReceive()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java19 import static android.app.Notification.FLAG_NO_CLEAR;
1244 .setFlag(FLAG_NO_CLEAR, true); in testDismissAllNotificationsDoesNotMarkDismissedUnclearableNotifs()
1271 .setFlag(mContext, FLAG_NO_CLEAR, true)); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
1275 .setFlag(mContext, FLAG_NO_CLEAR, false)); in testDismissAllNotificationsCallsDismissInterceptorsOnlyOnUnclearableNotifs()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java280 && ((notification.flags & Notification.FLAG_NO_CLEAR) == 0); in isClearable()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServiceStateTracker.java593 .setFlag(Notification.FLAG_NO_CLEAR, true) in getNotificationBuilder()
/aosp12/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java493 notification.flags |= Notification.FLAG_NO_CLEAR; in updateNotifications()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java159 null, Notification.FLAG_NO_CLEAR); in testDisclosurePredicate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java782 boolean noclear = ((mSbn.getNotification().flags & Notification.FLAG_NO_CLEAR) != 0); in isDismissable()
/aosp12/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
H A DPlayer.java391 notification.flags |= Notification.FLAG_NO_CLEAR; in postMediaNotification()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java308 notification.flags |= Notification.FLAG_NO_CLEAR | Notification.FLAG_ONLY_ALERT_ONCE; in setNotification()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1745 sbn.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testAppInitiatedCancelAllNotifications_CancelsNoClearFlag()
1760 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllNotifications_CancelsNoClearFlag()
1774 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testUserInitiatedCancelAllOnClearAll_NoClearFlag()
1793 child2.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllCancelNotificationsFromListener_NoClearFlag()
1815 child2.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testUserInitiatedCancelAllWithGroup_NoClearFlag()
2005 notif.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllNotifications_CancelsNoClearFlagOnGoing()
2024 child2.getNotification().flags |= Notification.FLAG_NO_CLEAR; in testCancelAllCancelNotificationsFromListener_NoClearFlagWithParameter()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java640 public static final int FLAG_NO_CLEAR = 0x00000020; field in Notification
705 FLAG_AUTO_CANCEL, FLAG_NO_CLEAR, FLAG_FOREGROUND_SERVICE, FLAG_HIGH_PRIORITY,
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java24 import static android.app.Notification.FLAG_NO_CLEAR;
6988 | FLAG_NO_CLEAR;
8828 int flagsToCheck = FLAG_ONGOING_EVENT | FLAG_NO_CLEAR;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5736 field public static final int FLAG_NO_CLEAR = 32; // 0x20
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt4609 field public static final int FLAG_NO_CLEAR = 32; // 0x20