Home
last modified time | relevance | path

Searched defs:bypassController (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardViewController.java185 KeyguardBypassController bypassController); in registerCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DReferenceSystemUIModule.java166 KeyguardBypassController bypassController, in provideHeadsUpManagerPhone()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
DTvSystemUIModule.java157 KeyguardBypassController bypassController, in provideHeadsUpManagerPhone()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DAmbientStateTest.kt42 private val bypassController = StackScrollAlgorithm.BypassController { false } in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DPulseExpansionHandlerTest.kt54 private val bypassController: KeyguardBypassController = mock() constant in com.android.systemui.statusbar.PulseExpansionHandlerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
DKeyguardMediaController.kt52 private val bypassController: KeyguardBypassController, constant in com.android.systemui.media.controls.ui.KeyguardMediaController
DMediaHierarchyManager.kt94 private val bypassController: KeyguardBypassController, constant in com.android.systemui.media.controls.ui.MediaHierarchyManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/
DKeyguardMediaControllerTest.kt55 @Mock private lateinit var bypassController: KeyguardBypassController variable in com.android.systemui.media.controls.ui.KeyguardMediaControllerTest
DMediaHierarchyManagerTest.kt73 @Mock private lateinit var bypassController: KeyguardBypassController variable in com.android.systemui.media.controls.ui.MediaHierarchyManagerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java114 KeyguardBypassController bypassController, in HeadsUpAppearanceController()
DHeadsUpManagerPhone.java109 KeyguardBypassController bypassController, in HeadsUpManagerPhone()
DKeyguardStatusBarViewController.java276 KeyguardBypassController bypassController, in KeyguardStatusBarViewController()
DStatusBarKeyguardViewManager.java374 KeyguardBypassController bypassController) { in registerCentralSurfaces()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinatorTest.kt59 private val bypassController: KeyguardBypassController = mock() constant in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinatorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt78 @Mock private lateinit var bypassController: KeyguardBypassController variable in com.android.systemui.biometrics.AuthRippleControllerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardFaceAuthManagerTest.kt83 @Mock private lateinit var bypassController: KeyguardBypassController variable in com.android.systemui.keyguard.data.repository.KeyguardFaceAuthManagerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt73 private val bypassController: KeyguardBypassController, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DPulseExpansionHandler.kt65 private val bypassController: KeyguardBypassController, in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationWakeUpCoordinator.kt56 private val bypassController: KeyguardBypassController, constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java258 @NonNull BypassController bypassController, in AmbientState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/
DLockscreenSmartspaceController.kt92 private val bypassController: KeyguardBypassController, in <lambda>() constant in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceController
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java3092 View notificationContainer, KeyguardBypassController bypassController) { in registerCentralSurfaces()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java679 KeyguardBypassController bypassController, FalsingManager falsingManager, in NotificationPanelViewController()