Home
last modified time | relevance | path

Searched defs:alternateBouncerInteractor (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/domain/interactor/
DAlternateBouncerInteractorKosmos.kt30 val Kosmos.alternateBouncerInteractor: AlternateBouncerInteractor by constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DCentralSurfacesDependenciesModule.java226 Lazy<AlternateBouncerInteractor> alternateBouncerInteractor, in provideDialogTransitionAnimator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeTouchableRegionManager.java103 AlternateBouncerInteractor alternateBouncerInteractor, in ShadeTouchableRegionManager()
DStatusBarKeyguardViewManager.java392 AlternateBouncerInteractor alternateBouncerInteractor, in StatusBarKeyguardViewManager()
DCentralSurfacesImpl.java610 public CentralSurfacesImpl( in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DStatusBarStateControllerImplTest.kt85 private val alternateBouncerInteractor by lazy { kosmos.alternateBouncerInteractor } in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardDismissInteractor.kt56 private val alternateBouncerInteractor: AlternateBouncerInteractor, in <lambda>() constant in com.android.systemui.keyguard.domain.interactor.KeyguardDismissInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryInteractor.kt66 private val alternateBouncerInteractor: AlternateBouncerInteractor, in <lambda>() constant in com.android.systemui.deviceentry.domain.interactor.DeviceEntryInteractor
DSystemUIDeviceEntryFaceAuthInteractor.kt94 private val alternateBouncerInteractor: AlternateBouncerInteractor, in <lambda>() constant in com.android.systemui.deviceentry.domain.interactor.SystemUIDeviceEntryFaceAuthInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DScrimStartable.kt66 private val alternateBouncerInteractor: AlternateBouncerInteractor, in <lambda>() constant
DSceneContainerStartable.kt144 private val alternateBouncerInteractor: AlternateBouncerInteractor, in <lambda>() constant in com.android.systemui.scene.domain.startable.SceneContainerStartable
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java169 public NotificationShadeWindowViewController( in NotificationShadeWindowViewController()
DNotificationPanelViewController.java570 public NotificationPanelViewController(NotificationPanelView view, in NotificationPanelViewController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
DDeviceEntrySideFpsOverlayInteractorTest.kt79 private lateinit var alternateBouncerInteractor: AlternateBouncerInteractor variable in com.android.systemui.keyguard.domain.interactor.DeviceEntrySideFpsOverlayInteractorTest
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/kosmos/
DKosmosJavaAdapter.kt184 val alternateBouncerInteractor by lazy { kosmos.alternateBouncerInteractor } in <lambda>() constant in com.android.systemui.kosmos.KosmosJavaAdapter
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsControllerOverlayTest.kt113 @Mock private lateinit var alternateBouncerInteractor: AlternateBouncerInteractor in <lambda>() variable in com.android.systemui.biometrics.UdfpsControllerOverlayTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt139 @Mock lateinit var alternateBouncerInteractor: AlternateBouncerInteractor variable in com.android.systemui.shade.NotificationShadeWindowViewTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt107 private val alternateBouncerInteractor: AlternateBouncerInteractor, in <lambda>() constant in com.android.systemui.biometrics.UdfpsControllerOverlay
DUdfpsController.java662 public UdfpsController(@NonNull @Main Context context, in UdfpsController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepositoryTest.kt165 private val alternateBouncerInteractor by lazy { kosmos.alternateBouncerInteractor } in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt161 @Mock lateinit var alternateBouncerInteractor: AlternateBouncerInteractor variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/data/repository/
DDeviceEntryFaceAuthRepository.kt164 private val alternateBouncerInteractor: AlternateBouncerInteractor, constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java305 AlternateBouncerInteractor alternateBouncerInteractor, in KeyguardIndicationController()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2182 protected KeyguardUpdateMonitor( in KeyguardUpdateMonitor()