Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java560 verify(mNotificationTestHelper.getOnUserInteractionCallback()) in testCanDismiss()
571 verify(mNotificationTestHelper.getOnUserInteractionCallback(), never()) in testCannotDismiss()
DNotificationTestHelper.java270 public OnUserInteractionCallback getOnUserInteractionCallback() { in getOnUserInteractionCallback() method in NotificationTestHelper