Home
last modified time | relevance | path

Searched refs:logSkipAttachingKeepInParentChild (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowLogger.kt47 fun logSkipAttachingKeepInParentChild(child: NotificationEntry, newParent: NotificationEntry?) { in logSkipAttachingKeepInParentChild() method
DExpandableNotificationRowController.java150 public void logSkipAttachingKeepInParentChild(
154 mLogBufferLogger.logSkipAttachingKeepInParentChild(child, newParent);
DExpandableNotificationRow.java903 logSkipAttachingKeepInParentChild(row);
1731 void logSkipAttachingKeepInParentChild(
3873 private void logSkipAttachingKeepInParentChild(ExpandableNotificationRow child) {
3875 mLogger.logSkipAttachingKeepInParentChild(child.getEntry(), getEntry());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java597 verify(mNotificationTestHelper.getMockLogger()).logSkipAttachingKeepInParentChild( in testAddChildNotification_childSkipped()