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.java68 @Nullable KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardInputViewController()
181 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in bindMessageView()
215 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in Factory()
DKeyguardPinBasedInputViewController.java58 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardPinBasedInputViewController()
DKeyguardPinViewController.java51 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardPinViewController()
DKeyguardPasswordViewController.java101 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardPasswordViewController()
DKeyguardAbsKeyInputViewController.java80 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardAbsKeyInputViewController()
DKeyguardSimPinViewController.java82 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardSimPinViewController()
DKeyguardPatternViewController.java199 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardPatternViewController()
DKeyguardSimPukViewController.java86 KeyguardMessageAreaController.Factory messageAreaControllerFactory, in KeyguardSimPukViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java142 public NotificationShadeWindowViewController( in NotificationShadeWindowViewController()
212 messageAreaControllerFactory, in NotificationShadeWindowViewController() local
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardSimPukViewControllerTest.kt51 @Mock private lateinit var messageAreaControllerFactory: KeyguardMessageAreaController.Factory variable in com.android.keyguard.KeyguardSimPukViewControllerTest
DKeyguardSimPinViewControllerTest.kt55 @Mock private lateinit var messageAreaControllerFactory: KeyguardMessageAreaController.Factory variable in com.android.keyguard.KeyguardSimPinViewControllerTest
DKeyguardPasswordViewControllerTest.kt57 @Mock lateinit var messageAreaControllerFactory: KeyguardMessageAreaController.Factory variable in com.android.keyguard.KeyguardPasswordViewControllerTest
DKeyguardSecurityContainerControllerTest.kt120 @Mock private lateinit var messageAreaControllerFactory: KeyguardMessageAreaController.Factory in <lambda>() variable in com.android.keyguard.KeyguardSecurityContainerControllerTest