Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java593 mInterceptor1.onEndInterceptionCallback.onEndDismissInterception(mInterceptor1, entry, in testEndingAllDismissInterceptorsSendsDismiss()
624 mInterceptor1.onEndInterceptionCallback.onEndDismissInterception(mInterceptor1, entry, in testEndDismissInterceptionUpdatesDismissInterceptors()
647 mInterceptor1.onEndInterceptionCallback.onEndDismissInterception(mInterceptor1, entry, in testEndingDismissalOfNonInterceptedThrows()
1520 public @Nullable OnEndDismissInterception onEndInterceptionCallback; field in NotifCollectionTest.RecordingDismissInterceptor
1534 this.onEndInterceptionCallback = callback; in setCallback()