Home
last modified time | relevance | path

Searched refs:REASON_CANCEL (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java18 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
393 REASON_CANCEL)); in addNotificationInternal()
435 REASON_CANCEL)); in updateNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java22 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
604 mRow.getEntry().key, REASON_CANCEL); in removeBubble_fails_userDismissNotif()
630 mRow.getEntry().key, REASON_CANCEL); in removeBubble_succeeds_userDismissBubble_userDimissNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java26 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
441 final boolean isUserDimiss = reason == REASON_CANCEL;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java19 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
545 mEntryManager.performRemoveNotification(mSbn, REASON_CANCEL); in testPerformRemoveNotification_removedEntry()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java180 public static final int REASON_CANCEL = 2; field in NotificationListenerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java68 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
862 true, userId, REASON_CANCEL, nv.rank, nv.count,null);
6524 case REASON_CANCEL:
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto105 REASON_CANCEL = 2; enumerator
/frameworks/base/api/
Dcurrent.txt41525 field public static final int REASON_CANCEL = 2; // 0x2