Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java513 mInterceptor2.shouldInterceptDismissal = true; in testDismissNotificationCallsDismissInterceptors()
528 verify(mInterceptor2).shouldInterceptDismissal(entry); in testDismissNotificationCallsDismissInterceptors()
549 mInterceptor2.shouldInterceptDismissal = true; in testDismissInterceptorsCanceledWhenNotifIsUpdated()
558 clearInvocations(mInterceptor1, mInterceptor2); in testDismissInterceptorsCanceledWhenNotifIsUpdated()
565 verify(mInterceptor2).cancelDismissInterception(entry); in testDismissInterceptorsCanceledWhenNotifIsUpdated()
610 mInterceptor2.shouldInterceptDismissal = true; in testEndDismissInterceptionUpdatesDismissInterceptors()
629 verify(mInterceptor2).shouldInterceptDismissal(entry); in testEndDismissInterceptionUpdatesDismissInterceptors()
1163 mInterceptor2.shouldInterceptDismissal = true; in testDismissNotificationssCallsDismissInterceptors()
1181 verify(mInterceptor2).shouldInterceptDismissal(entry1); in testDismissNotificationssCallsDismissInterceptors()
1184 verify(mInterceptor2).shouldInterceptDismissal(entry2); in testDismissNotificationssCallsDismissInterceptors()
[all …]