Searched refs:REASON_CANCEL (Results 1 – 16 of 16) sorted by relevance
20 import static android.service.notification.NotificationListenerService.REASON_CANCEL;81 mArchive.record(sbn, REASON_CANCEL); in testRecordAndRead()96 mArchive.record(sbn, REASON_CANCEL); in testRecordAndRead_overLimit()116 mArchive.record(sbn, REASON_CANCEL); in testDoesNotRecordIfHistoryDisabled()136 mArchive.record(sbn, REASON_CANCEL); in testRemovesEntriesWhenHistoryDisabled()156 mArchive.record(sbn0, REASON_CANCEL); in testRemoveChannelNotifications()159 mArchive.record(sbn, REASON_CANCEL); in testRemoveChannelNotifications()181 mArchive.record(sbn0, REASON_CANCEL); in testRemoveChannelNotifications_concurrently()184 mArchive.record(sbn, REASON_CANCEL); in testRemoveChannelNotifications_concurrently()
22 import android.service.notification.NotificationListenerService.REASON_CANCEL in <lambda>()78 val isUserDismiss = reason == REASON_CANCEL || reason == REASON_CLICK in <lambda>()
19 import static android.service.notification.NotificationListenerService.REASON_CANCEL;200 if (reason != REASON_CANCEL) { in fromCancelReason()
84 import static android.service.notification.NotificationListenerService.REASON_CANCEL;1209 true, userId, REASON_CANCEL, nv.rank, nv.count,null);6877 if (mReason == REASON_CANCEL8418 case REASON_CANCEL:8859 || reason != REASON_CANCEL)) {
22 import static android.service.notification.NotificationListenerService.REASON_CANCEL;895 mRow.getKey(), mRow, REASON_CANCEL); in removeBubble_userDismissNotifIntercepted()917 mRow.getKey(), mRow, REASON_CANCEL); in removeNotif_inOverflow_intercepted()937 mRow.getKey(), mRow, REASON_CANCEL); in removeNotif_notInOverflow_notIntercepted()969 eq(mRow.getSbn()), any(), eq(REASON_CANCEL)); in testOverflowBubble_maxReached_notInShade_bubbleRemoved()982 mRow.getKey(), mRow, REASON_CANCEL); in testNotifyShadeSuppressionChange_notificationDismiss() local
20 import static android.service.notification.NotificationListenerService.REASON_CANCEL;505 REASON_CANCEL); in testPerformRemoveNotification_removedEntry()
24 import static android.service.notification.NotificationListenerService.REASON_CANCEL;437 final boolean isUserDismiss = dismissReason == REASON_CANCEL in setupNEM()
21 import static android.service.notification.NotificationListenerService.REASON_CANCEL;684 || entry.mCancellationReason == REASON_CANCEL;
517 NotificationListenerService.REASON_CANCEL); in testUncacheShortcutsWhenNotificationsDismissed()1149 NotificationListenerService.REASON_CANCEL); in testUncacheOldestCachedShortcut()1455 NotificationListenerService.REASON_CANCEL); in testNotificationRemoved()1476 NotificationListenerService.REASON_CANCEL);1506 NotificationListenerService.REASON_CANCEL);
219 public static final int REASON_CANCEL = 2; field in NotificationListenerService264 REASON_CANCEL,
20 import static android.service.notification.NotificationListenerService.REASON_CANCEL;1135 mSysuiProxy.notifyRemoveNotification(bubble.getKey(), REASON_CANCEL);
21 import static android.service.notification.NotificationListenerService.REASON_CANCEL;494 mNoMan.retractNotif(notif.sbn, REASON_CANCEL); in testNMSReportsUserDismissalAlwaysRemovesNotif()
340 NotificationListenerService.REASON_CANCEL); in setupNEM()
20 import static android.service.notification.NotificationListenerService.REASON_CANCEL;1426 mOnUserInteractionCallback.onDismiss(mEntry, REASON_CANCEL,
105 REASON_CANCEL = 2; enumerator
38631 field public static final int REASON_CANCEL = 2; // 0x2