Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationRowLogger.kt35 fun logKeepInParentChildDetached(child: NotificationEntry, oldParent: NotificationEntry?) { regex
H A DExpandableNotificationRowController.java141 public void logKeepInParentChildDetached(
145 mLogBufferLogger.logKeepInParentChildDetached(child, oldParent);
H A DExpandableNotificationRow.java897 logKeepInParentChildDetached(child);
1626 void logKeepInParentChildDetached(NotificationEntry child, NotificationEntry oldParent);
3726 private void logKeepInParentChildDetached(ExpandableNotificationRow child) {
3728 mLogger.logKeepInParentChildDetached(child.getEntry(), getEntry());
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java623 verify(mNotificationTestHelper.getMockLogger()).logKeepInParentChildDetached( in testRemoveChildrenWithKeepInParent_removesChildWithKeepInParent()
639 verify(mNotificationTestHelper.getMockLogger(), never()).logKeepInParentChildDetached( in testRemoveChildrenWithKeepInParent_skipsChildrenWithoutKeepInParent()