Home
last modified time | relevance | path

Searched defs:bouncerLogger (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/data/repository/
DKeyguardBouncerRepositoryTest.kt28 @Mock private lateinit var bouncerLogger: TableLogBuffer variable in com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java142 public NotificationShadeWindowViewController( in NotificationShadeWindowViewController()
214 bouncerLogger, in NotificationShadeWindowViewController() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerWithCoroutinesTest.kt66 @Mock private lateinit var bouncerLogger: TableLogBuffer variable in com.android.systemui.biometrics.UdfpsKeyguardViewLegacyControllerWithCoroutinesTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bouncer/domain/interactor/
DAlternateBouncerInteractorTest.kt57 @Mock private lateinit var bouncerLogger: TableLogBuffer variable in com.android.systemui.bouncer.domain.interactor.AlternateBouncerInteractorTest
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputViewController.java182 BouncerLogger bouncerLogger, in bindMessageView()