Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java592 verify(mNotificationTestHelper.getMockLogger()).logSkipAttachingKeepInParentChild( in testAddChildNotification_childSkipped()
609 verifyNoMoreInteractions(mNotificationTestHelper.getMockLogger()); in testRemoveChildNotification()
623 verify(mNotificationTestHelper.getMockLogger()).logKeepInParentChildDetached( in testRemoveChildrenWithKeepInParent_removesChildWithKeepInParent()
639 verify(mNotificationTestHelper.getMockLogger(), never()).logKeepInParentChildDetached( in testRemoveChildrenWithKeepInParent_skipsChildrenWithoutKeepInParent()
H A DNotificationTestHelper.java209 public ExpandableNotificationRowLogger getMockLogger() { in getMockLogger() method in NotificationTestHelper