Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java555 verify(mNotificationTestHelper.getOnUserInteractionCallback()) in testCanDismiss()
566 verify(mNotificationTestHelper.getOnUserInteractionCallback(), never()) in testCannotDismiss()
H A DNotificationTestHelper.java213 public OnUserInteractionCallback getOnUserInteractionCallback() { in getOnUserInteractionCallback() method in NotificationTestHelper