Home
last modified time | relevance | path

Searched refs:logcatLogBuffer (Results 1 – 25 of 34) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManagerTest.java19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
87 new RemoteInputControllerLogger(logcatLogBuffer()), in setUp()
89 new ActionClickLogger(logcatLogBuffer()), in setUp()
H A DAlertingNotificationManagerTest.java20 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
85 super(new HeadsUpManagerLogger(logcatLogBuffer()), handler); in TestableAlertingNotificationManager()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt31 import com.android.systemui.dump.logcatLogBuffer
85 private val logBufferLogger = NotificationRowLogger(logcatLogBuffer(), logcatLogBuffer())
123 NotificationChildrenContainerLogger(logcatLogBuffer()),
H A DNotifBindPipelineTest.java19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
66 new NotifBindPipelineLogger(logcatLogBuffer()), in setUp()
H A DNotificationTestHelper.java24 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
183 new RowContentBindStageLogger(logcatLogBuffer())); in NotificationTestHelper()
189 new NotifBindPipelineLogger(logcatLogBuffer()), in NotificationTestHelper()
612 new NotificationChildrenContainerLogger(logcatLogBuffer()), in generateRow()
H A DRowContentBindStageTest.java19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
72 new RowContentBindStageLogger(logcatLogBuffer())); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DFaceScanningProviderFactoryTest.kt29 import com.android.systemui.dump.logcatLogBuffer
94 ScreenDecorationsLogger(logcatLogBuffer("FaceScanningProviderFactoryTest")),
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinatorTest.kt24 import com.android.systemui.dump.logcatLogBuffer
54 private val logger = ShadeEventCoordinatorLogger(logcatLogBuffer())
H A DGutsCoordinatorTest.kt23 import com.android.systemui.dump.logcatLogBuffer
58 private val logger = GutsCoordinatorLogger(logcatLogBuffer())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
H A DLogBufferHelper.kt27 fun logcatLogBuffer(name: String = "EchoToLogcatLogBuffer") = regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
158 private final StackStateLogger mStackLogger = new StackStateLogger(logcatLogBuffer(),
159 logcatLogBuffer());
161 logcatLogBuffer(), logcatLogBuffer(), logcatLogBuffer());
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpManagerPhoneTest.java19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
65 logcatLogBuffer());
H A DStatusBarNotificationActivityStarterTest.java23 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
253 new StatusBarNotificationActivityStarterLogger(logcatLogBuffer()), in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionInconsistencyTrackerTest.kt24 import com.android.systemui.dump.logcatLogBuffer
40 private val logger = spy(NotifCollectionLogger(logcatLogBuffer()))
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpViewBinderTest.java19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
57 new HeadsUpViewBinderLogger(logcatLogBuffer()));
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDifferTest.kt25 import com.android.systemui.dump.logcatLogBuffer
48 private val logger = spy(ShadeViewDifferLogger(logcatLogBuffer()))
H A DNodeSpecBuilderTest.kt21 import com.android.systemui.dump.logcatLogBuffer
50 private val logger = NodeSpecBuilderLogger(mock(), logcatLogBuffer())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationWakeUpCoordinatorTest.kt25 import com.android.systemui.dump.logcatLogBuffer
63 private val logger = NotificationWakeUpCoordinatorLogger(logcatLogBuffer())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthRippleControllerTest.kt31 import com.android.systemui.dump.logcatLogBuffer
125 KeyguardLogger(logcatLogBuffer(AuthRippleController.TAG)),
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardFaceAuthInteractorTest.kt35 import com.android.systemui.dump.logcatLogBuffer
135 FaceAuthenticationLogger(logcatLogBuffer("faceAuthBuffer")),
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewTest.kt38 import com.android.systemui.dump.logcatLogBuffer
202 BouncerLogger(logcatLogBuffer("BouncerLog")),
H A DNotificationShadeWindowViewControllerTest.kt39 import com.android.systemui.dump.logcatLogBuffer
196 BouncerLogger(logcatLogBuffer("BouncerLog")),
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescerTest.java19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
67 private final GroupCoalescerLogger mLogger = new GroupCoalescerLogger(logcatLogBuffer());
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManagerTest.java21 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
73 private final HeadsUpManagerLogger mLogger = spy(new HeadsUpManagerLogger(logcatLogBuffer()));
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/toast/
H A DToastUITest.java21 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer;
114 private final ToastLogger mToastLogger = spy(new ToastLogger(logcatLogBuffer()));

12