/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | ServiceIntentSender.java | 87 .setFlag(Notification.FLAG_NO_CLEAR, true) in createNotification()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
H A D | BlockedNumbersUtil.java | 115 notification.flags |= Notification.FLAG_NO_CLEAR; in updateEmergencyCallNotification()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPermissionRequest.java | 189 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 D | NotifCollectionTest.java | 19 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 D | StatusBarNotification.java | 280 && ((notification.flags & Notification.FLAG_NO_CLEAR) == 0); in isClearable()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CarrierServiceStateTracker.java | 593 .setFlag(Notification.FLAG_NO_CLEAR, true) in getNotificationBuilder()
|
/aosp12/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | DeviceStorageMonitorService.java | 493 notification.flags |= Notification.FLAG_NO_CLEAR; in updateNotifications()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
H A D | ForegroundServiceControllerTest.java | 159 null, Notification.FLAG_NO_CLEAR); in testDisclosurePredicate()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 782 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 D | Player.java | 391 notification.flags |= Notification.FLAG_NO_CLEAR; in postMediaNotification()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
H A D | SapServer.java | 308 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 D | NotificationManagerServiceTest.java | 1745 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 D | Notification.java | 640 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 D | NotificationManagerService.java | 24 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 D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 5736 field public static final int FLAG_NO_CLEAR = 32; // 0x20
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 4609 field public static final int FLAG_NO_CLEAR = 32; // 0x20
|