Home
last modified time | relevance | path

Searched refs:FLAG_ONGOING_EVENT (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java253 return (notification.flags & Notification.FLAG_ONGOING_EVENT) != 0; in isOngoing()
262 return ((notification.flags & Notification.FLAG_ONGOING_EVENT) == 0) in isClearable()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationComparatorTest.java174 .setFlag(Notification.FLAG_ONGOING_EVENT in setUp()
DNotificationManagerServiceTest.java1204 Notification.FLAG_ONGOING_EVENT | FLAG_FOREGROUND_SERVICE; in testCancelAfterSecondEnqueueDoesNotSpecifyForegroundFlag()
1207 sbn.getNotification().flags = Notification.FLAG_ONGOING_EVENT; in testCancelAfterSecondEnqueueDoesNotSpecifyForegroundFlag()
1333 Notification.FLAG_ONGOING_EVENT, true, notif.getUserId(), 0, null); in testCancelAllNotifications_CancelsNoClearFlagOnGoing()
1368 sbn.getNotification().flags |= Notification.FLAG_ONGOING_EVENT; in testAppInitiatedCancelAllNotifications_CancelsOnGoingFlag()
1382 notif.getNotification().flags |= Notification.FLAG_ONGOING_EVENT; in testCancelAllNotifications_CancelsOnGoingFlag()
1396 notif.getNotification().flags |= Notification.FLAG_ONGOING_EVENT; in testUserInitiatedCancelAllOnClearAll_OnGoingFlag()
1415 child2.getNotification().flags |= Notification.FLAG_ONGOING_EVENT; in testCancelAllCancelNotificationsFromListener_OnGoingFlag()
1438 child2.getNotification().flags |= Notification.FLAG_ONGOING_EVENT; in testCancelAllCancelNotificationsFromListener_OnGoingFlagWithParameter()
1462 child2.getNotification().flags |= Notification.FLAG_ONGOING_EVENT; in testUserInitiatedCancelAllWithGroup_OnGoingFlag()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java382 n.flags = Notification.FLAG_ONGOING_EVENT; in makeMockDisclosure()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java421 .setFlag(Notification.FLAG_ONGOING_EVENT, true)
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java436 if ((n.flags & Notification.FLAG_ONGOING_EVENT) != 0) { in countApiUse()
DNotificationManagerService.java25 import static android.app.Notification.FLAG_ONGOING_EVENT;
861 FLAG_ONGOING_EVENT | FLAG_FOREGROUND_SERVICE,
3189 FLAG_ONGOING_EVENT | FLAG_FOREGROUND_SERVICE | FLAG_BUBBLE,
5395 notification.flags |= FLAG_ONGOING_EVENT
6832 int flagsToCheck = FLAG_ONGOING_EVENT | FLAG_NO_CLEAR;
/frameworks/base/core/java/android/app/
DNotification.java546 public static final int FLAG_ONGOING_EVENT = 0x00000002; field in Notification
4149 setFlag(FLAG_ONGOING_EVENT, ongoing); in setOngoing()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java3844 notification.flags |= Notification.FLAG_ONGOING_EVENT; in installHandleTooManyDeletesNotification()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...