Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt23 import android.service.notification.NotificationListenerService.REASON_CANCEL_ALL in <lambda>()
77 val isClearAll = reason == REASON_CANCEL_ALL in <lambda>()
DNotificationStackScrollLayoutController.java1375 NotificationListenerService.REASON_CANCEL_ALL);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLightsOutNotifControllerTest.java19 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
221 mock(NotificationEntry.class), null, false, REASON_CANCEL_ALL); in testEntryRemoved() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java25 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
436 final boolean isClearAll = dismissReason == REASON_CANCEL_ALL; in setupNEM()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifCollection.java22 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
793 REASON_CANCEL_ALL,
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java221 public static final int REASON_CANCEL_ALL = 3; field in NotificationListenerService
265 REASON_CANCEL_ALL,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java23 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
878 mRow.getKey(), mRow, REASON_CANCEL_ALL); in removeBubble_clearAllIntercepted()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java85 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL;
1116 cancelAllLocked(callingUid, callingPid, userId, REASON_CANCEL_ALL, null,
6879 || mReason == REASON_CANCEL_ALL) {
8419 case REASON_CANCEL_ALL:
8798 || REASON_CANCEL_ALL == reason) {
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java523 NotificationListenerService.REASON_CANCEL_ALL); in testUncacheShortcutsWhenNotificationsDismissed()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto108 REASON_CANCEL_ALL = 3; enumerator
/frameworks/base/core/api/
Dcurrent.txt38632 field public static final int REASON_CANCEL_ALL = 3; // 0x3