Searched refs:mPostureController (Results 1 – 3 of 3) sorted by relevance
31 private final DevicePostureController mPostureController; field in KeyguardPinViewController48 mPostureController = postureController; in KeyguardPinViewController()63 mPostureController.addCallback(mPostureCallback); in onViewAttached()69 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
60 private final DevicePostureController mPostureController; field in KeyguardPatternViewController211 mPostureController = postureController; in KeyguardPatternViewController()244 mPostureController.addCallback(mPostureCallback); in onViewAttached()257 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
67 private lateinit var mPostureController: DevicePostureController84 mKeyguardMessageAreaControllerFactory, mPostureController)