Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java282 mNoMan.retractNotif(notif.sbn, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved()
364 mNoMan.retractNotif(notif1.sbn, REASON_APP_CANCEL); in testNotifEntriesAreNotPersistedAcrossRemovalAndReposting()
470 mNoMan.retractNotif(notif1.sbn, REASON_APP_CANCEL); in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()
471 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren()
858 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testLifetimeExtendersAreQueriedWhenNotifRemoved()
886 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testWhenLastLifetimeExtenderExpiresAllAreReQueried()
923 mNoMan.retractNotif(notif2.sbn, REASON_APP_CANCEL); in testExtendersAreNotReQueriedUntilFinalActiveExtenderExpires()
1067 mNoMan.retractNotif(notif0.sbn, REASON_APP_CANCEL); in testCancellationReasonIsSetWhenNotifIsCancelled()
1070 assertEquals(REASON_APP_CANCEL, entry0.mCancellationReason); in testCancellationReasonIsSetWhenNotifIsCancelled()
1082 mNoMan.retractNotif(notif0.sbn, REASON_APP_CANCEL); in testCancellationReasonIsClearedWhenNotifIsUpdated()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinatorTest.kt18 import android.service.notification.NotificationListenerService.REASON_APP_CANCEL
85 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL)
101 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DForegroundServiceSectionController.kt20 import android.service.notification.NotificationListenerService.REASON_APP_CANCEL
79 val isAppCancel = reason == REASON_APP_CANCEL || reason == REASON_APP_CANCEL_ALL
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java21 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
779 mRow.getKey(), mRow, REASON_APP_CANCEL); in testExpandStackAndSelectBubble_removedFirst() local
850 mRow.getKey(), mRow, REASON_APP_CANCEL); in testRemoveBubble_succeeds_appCancel()
864 mEntryListener.onEntryRemoved(mRow, null, false, REASON_APP_CANCEL); in testRemoveBubble_entryListenerRemove()
1047 mEntryListener.onEntryRemoved(groupSummary.getEntry(), null, false, REASON_APP_CANCEL); in testAppRemovesSummary_removesAllBubbleChildren() local
H A DNewNotifPipelineBubblesTest.java20 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
1013 mEntryListener.onEntryRemoved(mRow, REASON_APP_CANCEL); in testOverflowLoadedOnce()
1014 mEntryListener.onEntryRemoved(mRow2, REASON_APP_CANCEL); in testOverflowLoadedOnce()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java19 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
470 REASON_APP_CANCEL); in entryRemoved()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java22 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
443 final boolean isAppCancel = dismissReason == REASON_APP_CANCEL in setupNEM()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollection.java19 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
854 REASON_APP_CANCEL,
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java232 public static final int REASON_APP_CANCEL = 8; field in NotificationListenerService
271 REASON_APP_CANCEL,
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java82 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL;
6048 mustNotHaveFlags, false, userId, REASON_APP_CANCEL, null);
7269 null, REASON_APP_CANCEL);
8444 case REASON_APP_CANCEL:
/aosp12/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto123 REASON_APP_CANCEL = 8; enumerator
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38693 field public static final int REASON_APP_CANCEL = 8; // 0x8