Searched refs:REASON_CANCEL_ALL (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | ForegroundServiceSectionController.kt | 23 import android.service.notification.NotificationListenerService.REASON_CANCEL_ALL in <lambda>() 77 val isClearAll = reason == REASON_CANCEL_ALL in <lambda>()
|
D | NotificationStackScrollLayoutController.java | 1375 NotificationListenerService.REASON_CANCEL_ALL);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | LightsOutNotifControllerTest.java | 19 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/ |
D | BubblesManager.java | 25 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/ |
D | NotifCollection.java | 22 import static android.service.notification.NotificationListenerService.REASON_CANCEL_ALL; 793 REASON_CANCEL_ALL,
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 221 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/ |
D | BubblesTest.java | 23 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/ |
D | NotificationManagerService.java | 85 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/ |
D | DataManagerTest.java | 523 NotificationListenerService.REASON_CANCEL_ALL); in testUncacheShortcutsWhenNotificationsDismissed()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 108 REASON_CANCEL_ALL = 3; enumerator
|
/frameworks/base/core/api/ |
D | current.txt | 38632 field public static final int REASON_CANCEL_ALL = 3; // 0x3
|