Home
last modified time | relevance | path

Searched refs:NotificationChildrenContainerLogger (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainerLogger.kt26 class NotificationChildrenContainerLogger regex
H A DNotificationChildrenContainer.java135 private NotificationChildrenContainerLogger mLogger;
1517 public void setLogger(NotificationChildrenContainerLogger logger) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java57 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger;
100 private final NotificationChildrenContainerLogger mChildrenContainerLogger;
205 NotificationChildrenContainerLogger childrenContainerLogger, in ExpandableNotificationRowController()
H A DExpandableNotificationRow.java108 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger;
177 private NotificationChildrenContainerLogger mChildrenContainerLogger;
1722 NotificationChildrenContainerLogger childrenContainerLogger,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt48 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger
123 NotificationChildrenContainerLogger(logcatLogBuffer()),
H A DNotificationTestHelper.java84 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger;
612 new NotificationChildrenContainerLogger(logcatLogBuffer()), in generateRow()