/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | NotificationRemoteInputManagerTest.java | 19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer; 87 new RemoteInputControllerLogger(logcatLogBuffer()), in setUp() 89 new ActionClickLogger(logcatLogBuffer()), in setUp()
|
H A D | AlertingNotificationManagerTest.java | 20 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 D | ExpandableNotificationRowControllerTest.kt | 31 import com.android.systemui.dump.logcatLogBuffer 85 private val logBufferLogger = NotificationRowLogger(logcatLogBuffer(), logcatLogBuffer()) 123 NotificationChildrenContainerLogger(logcatLogBuffer()),
|
H A D | NotifBindPipelineTest.java | 19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer; 66 new NotifBindPipelineLogger(logcatLogBuffer()), in setUp()
|
H A D | NotificationTestHelper.java | 24 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 D | RowContentBindStageTest.java | 19 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 D | FaceScanningProviderFactoryTest.kt | 29 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 D | ShadeEventCoordinatorTest.kt | 24 import com.android.systemui.dump.logcatLogBuffer 54 private val logger = ShadeEventCoordinatorLogger(logcatLogBuffer())
|
H A D | GutsCoordinatorTest.kt | 23 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 D | LogBufferHelper.kt | 27 fun logcatLogBuffer(name: String = "EchoToLogcatLogBuffer") = regex
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutControllerTest.java | 19 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 D | HeadsUpManagerPhoneTest.java | 19 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer; 65 logcatLogBuffer());
|
H A D | StatusBarNotificationActivityStarterTest.java | 23 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 D | NotifCollectionInconsistencyTrackerTest.kt | 24 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 D | HeadsUpViewBinderTest.java | 19 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 D | ShadeViewDifferTest.kt | 25 import com.android.systemui.dump.logcatLogBuffer 48 private val logger = spy(ShadeViewDifferLogger(logcatLogBuffer()))
|
H A D | NodeSpecBuilderTest.kt | 21 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 D | NotificationWakeUpCoordinatorTest.kt | 25 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 D | AuthRippleControllerTest.kt | 31 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 D | KeyguardFaceAuthInteractorTest.kt | 35 import com.android.systemui.dump.logcatLogBuffer 135 FaceAuthenticationLogger(logcatLogBuffer("faceAuthBuffer")),
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowViewTest.kt | 38 import com.android.systemui.dump.logcatLogBuffer 202 BouncerLogger(logcatLogBuffer("BouncerLog")),
|
H A D | NotificationShadeWindowViewControllerTest.kt | 39 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 D | GroupCoalescerTest.java | 19 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 D | HeadsUpManagerTest.java | 21 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 D | ToastUITest.java | 21 import static com.android.systemui.dump.LogBufferHelperKt.logcatLogBuffer; 114 private final ToastLogger mToastLogger = spy(new ToastLogger(logcatLogBuffer()));
|