Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowLogger.kt47 fun logSkipAttachingKeepInParentChild(child: NotificationEntry, newParent: NotificationEntry?) { regex
H A DExpandableNotificationRowController.java149 public void logSkipAttachingKeepInParentChild(
153 mLogBufferLogger.logSkipAttachingKeepInParentChild(child, newParent);
H A DExpandableNotificationRow.java865 logSkipAttachingKeepInParentChild(row);
1632 void logSkipAttachingKeepInParentChild(
3732 private void logSkipAttachingKeepInParentChild(ExpandableNotificationRow child) {
3734 mLogger.logSkipAttachingKeepInParentChild(child.getEntry(), getEntry());
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java592 verify(mNotificationTestHelper.getMockLogger()).logSkipAttachingKeepInParentChild( in testAddChildNotification_childSkipped()