Home
last modified time | relevance | path

Searched defs:messageAreaControllerFactory (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardInputViewController.java73 @Nullable KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardInputViewController()
192 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in bindMessageView()
229 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in Factory()
DKeyguardPinViewController.java59 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardPinViewController()
DKeyguardPinBasedInputViewController.java78 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardPinBasedInputViewController()
DKeyguardAbsKeyInputViewController.java84 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardAbsKeyInputViewController()
DKeyguardPasswordViewController.java127 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardPasswordViewController()
DKeyguardPatternViewController.java213 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardPatternViewController()
DKeyguardSimPinViewController.java94 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardSimPinViewController()
DKeyguardSimPukViewController.java92 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardSimPukViewController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSimPukViewControllerTest.kt59 @Mock private lateinit var messageAreaControllerFactory: KeyguardMessageAreaController.Factory variable in com.android.keyguard.KeyguardSimPukViewControllerTest
DKeyguardSimPinViewControllerTest.kt65 @Mock private lateinit var messageAreaControllerFactory: KeyguardMessageAreaController.Factory variable in com.android.keyguard.KeyguardSimPinViewControllerTest
DKeyguardPasswordViewControllerTest.kt76 @Mock lateinit var messageAreaControllerFactory: KeyguardMessageAreaController.Factory variable in com.android.keyguard.KeyguardPasswordViewControllerTest
DKeyguardSecurityContainerControllerTest.kt137 @Mock private lateinit var messageAreaControllerFactory: KeyguardMessageAreaController.Factory in <lambda>() variable in com.android.keyguard.KeyguardSecurityContainerControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/
DBouncerViewBinder.kt37 val messageAreaControllerFactory: KeyguardMessageAreaController.Factory, constant in com.android.systemui.bouncer.ui.binder.LegacyBouncerDependencies