Searched refs:logSkipAttachingKeepInParentChild (Results 1 – 4 of 4) sorted by relevance
47 fun logSkipAttachingKeepInParentChild(child: NotificationEntry, newParent: NotificationEntry?) { in logSkipAttachingKeepInParentChild() method
150 public void logSkipAttachingKeepInParentChild(154 mLogBufferLogger.logSkipAttachingKeepInParentChild(child, newParent);
903 logSkipAttachingKeepInParentChild(row);1731 void logSkipAttachingKeepInParentChild(3873 private void logSkipAttachingKeepInParentChild(ExpandableNotificationRow child) {3875 mLogger.logSkipAttachingKeepInParentChild(child.getEntry(), getEntry());
597 verify(mNotificationTestHelper.getMockLogger()).logSkipAttachingKeepInParentChild( in testAddChildNotification_childSkipped()