/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 282 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 D | ShadeEventCoordinatorTest.kt | 18 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 D | ForegroundServiceSectionController.kt | 20 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 D | BubblesTest.java | 21 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 D | NewNotifPipelineBubblesTest.java | 20 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 D | ForegroundServiceControllerTest.java | 19 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 D | BubblesManager.java | 22 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 D | NotifCollection.java | 19 import static android.service.notification.NotificationListenerService.REASON_APP_CANCEL; 854 REASON_APP_CANCEL,
|
/aosp12/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 232 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 D | NotificationManagerService.java | 82 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 D | metrics_constants.proto | 123 REASON_APP_CANCEL = 8; enumerator
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 38693 field public static final int REASON_APP_CANCEL = 8; // 0x8
|