Searched refs:mPostureController (Results 1 – 4 of 4) 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()
61 private final DevicePostureController mPostureController; field in KeyguardPatternViewController208 mPostureController = postureController; in KeyguardPatternViewController()238 mPostureController.addCallback(mPostureCallback); in onViewAttached()251 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
347 private final DevicePostureController mPostureController; field in KeyguardUpdateMonitor2172 mPostureController = devicePostureController; in KeyguardUpdateMonitor()2371 mPostureController.addCallback(mPostureCallback); in KeyguardUpdateMonitor()
71 @Mock private lateinit var mPostureController: DevicePostureController variable in com.android.keyguard.KeyguardPatternViewControllerTest99 mPostureController) in setup()