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