Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerLogger.kt26 class NotificationChildrenContainerLogger class
DNotificationChildrenContainer.java138 private NotificationChildrenContainerLogger mLogger;
1673 public void setLogger(NotificationChildrenContainerLogger logger) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java56 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger;
101 private final NotificationChildrenContainerLogger mChildrenContainerLogger;
207 NotificationChildrenContainerLogger childrenContainerLogger, in ExpandableNotificationRowController()
DExpandableNotificationRow.java111 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger;
179 private NotificationChildrenContainerLogger mChildrenContainerLogger;
1849 NotificationChildrenContainerLogger childrenContainerLogger,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt47 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger
124 NotificationChildrenContainerLogger(logcatLogBuffer()), in setUp()
DNotificationTestHelper.java88 import com.android.systemui.statusbar.notification.stack.NotificationChildrenContainerLogger;
667 new NotificationChildrenContainerLogger(logcatLogBuffer()), in generateRow()