Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java18 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
398 REASON_CANCEL)); in addNotificationInternal()
440 REASON_CANCEL)); in updateNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java21 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
613 mRow.getEntry().key, REASON_CANCEL); in removeBubble_fails_userDismissNotif()
639 mRow.getEntry().key, REASON_CANCEL); in removeBubble_succeeds_userDismissBubble_userDimissNotif()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java19 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
548 mEntryManager.performRemoveNotification(mSbn, REASON_CANCEL); in testPerformRemoveNotification_removedEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java24 import static android.service.notification.NotificationListenerService.REASON_CANCEL;
557 final boolean isUserDimiss = reason == REASON_CANCEL || reason == REASON_CLICK;
/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;
876 true, userId, REASON_CANCEL, nv.rank, nv.count,null);
5455 if (mReason == REASON_CANCEL
6762 case REASON_CANCEL:
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto105 REASON_CANCEL = 2; enumerator
/frameworks/base/non-updatable-api/
Dcurrent.txt41965 field public static final int REASON_CANCEL = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt42109 field public static final int REASON_CANCEL = 2; // 0x2