Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java20 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
512 mRemoveInterceptor.onNotificationRemoveRequested(mRow.getEntry().key, REASON_APP_CANCEL); in testExpandStackAndSelectBubble_removedFirst() local
576 mRow.getEntry().key, REASON_APP_CANCEL); in testRemoveBubble_succeeds_appCancel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java22 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
558 final boolean isAppCancel = reason == REASON_APP_CANCEL
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java192 public static final int REASON_APP_CANCEL = 8; field in NotificationListenerService
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java66 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
2463 mustNotHaveFlags, false, userId, REASON_APP_CANCEL, null);
6768 case REASON_APP_CANCEL:
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto123 REASON_APP_CANCEL = 8; enumerator
/frameworks/base/non-updatable-api/
Dcurrent.txt41963 field public static final int REASON_APP_CANCEL = 8; // 0x8
/frameworks/base/api/
Dcurrent.txt42107 field public static final int REASON_APP_CANCEL = 8; // 0x8