Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java597 verify(mNotificationTestHelper.getMockLogger()).logSkipAttachingKeepInParentChild( in testAddChildNotification_childSkipped()
614 verifyNoMoreInteractions(mNotificationTestHelper.getMockLogger()); in testRemoveChildNotification()
628 verify(mNotificationTestHelper.getMockLogger()).logKeepInParentChildDetached( in testRemoveChildrenWithKeepInParent_removesChildWithKeepInParent()
644 verify(mNotificationTestHelper.getMockLogger(), never()).logKeepInParentChildDetached( in testRemoveChildrenWithKeepInParent_skipsChildrenWithoutKeepInParent()
DNotificationTestHelper.java266 public ExpandableNotificationRowLogger getMockLogger() { in getMockLogger() method in NotificationTestHelper