Searched refs:FLAG_AUTO_CANCEL (Results 1 – 10 of 10) sorted by relevance
18 import static android.app.Notification.FLAG_AUTO_CANCEL;147 children.put("b", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_oneAutoCancel()157 children.put("a", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_allAutoCancel()159 children.put("c", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_allAutoCancel()162 assertEquals(FLAG_AUTO_CANCEL | BASE_FLAGS, in testGetAutogroupSummaryFlags_allAutoCancel()169 children.put("a", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_allAutoCancelOneOngoing()171 children.put("c", FLAG_AUTO_CANCEL); in testGetAutogroupSummaryFlags_allAutoCancelOneOngoing()281 sbn.getNotification().flags |= FLAG_AUTO_CANCEL; in testAddSummary_allChildrenAutoCancel_summaryAutoCancel()285 eq(BASE_FLAGS | FLAG_AUTO_CANCEL)); in testAddSummary_allChildrenAutoCancel_summaryAutoCancel()297 sbn.getNotification().flags |= FLAG_AUTO_CANCEL; in testAddSummary_summaryAutoCancelNoClear()[all …]
25 import static android.app.Notification.FLAG_AUTO_CANCEL;1077 nrSummary.getNotification().flags |= FLAG_AUTO_CANCEL; in addGroupWithBubblesAndValidateAdded()4782 update.getNotification().flags = FLAG_AUTO_CANCEL; in testOnlyAutogroupIfNeeded_flagsChanged_ghUpdate()9710 nr.getSbn().getNotification().flags |= FLAG_BUBBLE | FLAG_AUTO_CANCEL;9744 nr.getSbn().getNotification().flags |= FLAG_BUBBLE | FLAG_AUTO_CANCEL;
19 import static android.app.Notification.FLAG_AUTO_CANCEL;48 private static final int ALL_CHILDREN_FLAG = FLAG_AUTO_CANCEL;
445 if ((n.flags & Notification.FLAG_AUTO_CANCEL) != 0) { in countApiUse()
24 import static android.app.Notification.FLAG_AUTO_CANCEL;1160 sbn.getId(), Notification.FLAG_AUTO_CANCEL,6957 notification.flags &= ~FLAG_AUTO_CANCEL;
190 sbn.getNotification().flags |= Notification.FLAG_AUTO_CANCEL; in setUp()196 bubbleSbn.getNotification().flags |= Notification.FLAG_AUTO_CANCEL; in setUp()295 notification.flags |= Notification.FLAG_AUTO_CANCEL; in testOnNotificationClicked_keyGuardShowing()
633 if ((flags & Notification.FLAG_AUTO_CANCEL) != Notification.FLAG_AUTO_CANCEL) { in shouldAutoCancel()
642 public static final int FLAG_AUTO_CANCEL = 0x00000010; field in Notification743 FLAG_AUTO_CANCEL, FLAG_NO_CLEAR, FLAG_FOREGROUND_SERVICE, FLAG_HIGH_PRIORITY,4802 setFlag(FLAG_AUTO_CANCEL, autoCancel); in setAutoCancel()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6289 field public static final int FLAG_AUTO_CANCEL = 16; // 0x10