Home
last modified time | relevance | path

Searched refs:NotificationContentInflaterLogger (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java83 private final NotificationContentInflaterLogger mLogger;
94 NotificationContentInflaterLogger logger) { in NotificationContentInflater()
295 NotificationContentInflaterLogger logger) { in inflateSmartReplyViews()
326 NotificationContentInflaterLogger logger) { in createRemoteViews()
383 NotificationContentInflaterLogger logger) { in apply()
525 NotificationContentInflaterLogger logger) { in applyRemoteView()
689 NotificationContentInflaterLogger logger, String logContext) { in handleInflationError()
707 ExpandableNotificationRow row, NotificationContentInflaterLogger logger) { in finishIfDone()
866 private final NotificationContentInflaterLogger mLogger;
884 NotificationContentInflaterLogger logger) { in AsyncInflationTask()
H A DNotificationContentInflaterLogger.kt32 class NotificationContentInflaterLogger regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt37 import com.android.systemui.statusbar.notification.row.NotificationContentInflaterLogger
54 logger: NotificationContentInflaterLogger
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java136 mock(NotificationContentInflaterLogger.class)); in setUp()
260 mock(NotificationContentInflaterLogger.class)); in testInflationIsRetriedIfAsyncFails()
H A DNotificationTestHelper.java179 mock(NotificationContentInflaterLogger.class)); in NotificationTestHelper()