Searched refs:getMockLogger (Results 1 – 2 of 2) sorted by relevance
592 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()
209 public ExpandableNotificationRowLogger getMockLogger() { in getMockLogger() method in NotificationTestHelper