Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowLogger.kt35 fun logKeepInParentChildDetached(child: NotificationEntry, oldParent: NotificationEntry?) { in logKeepInParentChildDetached() method
DExpandableNotificationRowController.java142 public void logKeepInParentChildDetached(
146 mLogBufferLogger.logKeepInParentChildDetached(child, oldParent);
DExpandableNotificationRow.java935 logKeepInParentChildDetached(child);
1725 void logKeepInParentChildDetached(NotificationEntry child, NotificationEntry oldParent);
3867 private void logKeepInParentChildDetached(ExpandableNotificationRow child) {
3869 mLogger.logKeepInParentChildDetached(child.getEntry(), getEntry());
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java628 verify(mNotificationTestHelper.getMockLogger()).logKeepInParentChildDetached( in testRemoveChildrenWithKeepInParent_removesChildWithKeepInParent()
644 verify(mNotificationTestHelper.getMockLogger(), never()).logKeepInParentChildDetached( in testRemoveChildrenWithKeepInParent_skipsChildrenWithoutKeepInParent()