Home
last modified time | relevance | path

Searched refs:mPostureController (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinViewController.java31 private final DevicePostureController mPostureController; field in KeyguardPinViewController
48 mPostureController = postureController; in KeyguardPinViewController()
63 mPostureController.addCallback(mPostureCallback); in onViewAttached()
69 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
H A DKeyguardPatternViewController.java60 private final DevicePostureController mPostureController; field in KeyguardPatternViewController
211 mPostureController = postureController; in KeyguardPatternViewController()
244 mPostureController.addCallback(mPostureCallback); in onViewAttached()
257 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPatternViewControllerTest.kt67 private lateinit var mPostureController: DevicePostureController
84 mKeyguardMessageAreaControllerFactory, mPostureController)