Searched refs:FLAG_NO_CLEAR (Results 1 – 13 of 13) sorted by relevance
22 import static android.app.Notification.FLAG_NO_CLEAR;50 private static final int ANY_CHILDREN_FLAGS = FLAG_ONGOING_EVENT | FLAG_NO_CLEAR;
29 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)
22 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()
29 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 …]
20 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()
323 .setFlag(mContext, Notification.FLAG_NO_CLEAR, !clearable) in setSbnClearable()
317 && ((notification.flags & Notification.FLAG_NO_CLEAR) == 0); in isClearable()
539 notification.flags |= Notification.FLAG_NO_CLEAR; in updateNotifications()
21 import android.app.Notification.FLAG_NO_CLEAR1977 it.setFlag(FLAG_NO_CLEAR, true)
879 && !hasFlag(entry, Notification.FLAG_NO_CLEAR)
649 public static final int FLAG_NO_CLEAR = 0x00000020; field in Notification743 FLAG_AUTO_CANCEL, FLAG_NO_CLEAR, FLAG_FOREGROUND_SERVICE, FLAG_HIGH_PRIORITY,
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6296 field public static final int FLAG_NO_CLEAR = 32; // 0x20