Home
last modified time | relevance | path

Searched refs:REASON_CANCEL_ALL (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java27 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
440 final boolean isClearAll = reason == REASON_CANCEL_ALL;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java23 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
583 mRow.getEntry().key, REASON_CANCEL_ALL); in removeBubble_fails_clearAll()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java182 public static final int REASON_CANCEL_ALL = 3; field in NotificationListenerService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5538 NotificationListenerService.REASON_CANCEL_ALL);
5542 NotificationListenerService.REASON_CANCEL_ALL);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java69 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
777 cancelAllLocked(callingUid, callingPid, userId, REASON_CANCEL_ALL, null,
6525 case REASON_CANCEL_ALL:
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto108 REASON_CANCEL_ALL = 3; enumerator
/frameworks/base/api/
Dcurrent.txt41526 field public static final int REASON_CANCEL_ALL = 3; // 0x3