Home
last modified time | relevance | path

Searched refs:mPostureCallback (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPinViewController.java40 private final DevicePostureController.Callback mPostureCallback = posture -> field in KeyguardPinViewController
92 mPostureController.addCallback(mPostureCallback); in onViewAttached()
114 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
DKeyguardPasswordViewController.java63 private final DevicePostureController.Callback mPostureCallback = posture -> field in KeyguardPasswordViewController
166 mPostureController.addCallback(mPostureCallback); in onViewAttached()
219 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
DKeyguardPatternViewController.java65 private final DevicePostureController.Callback mPostureCallback = field in KeyguardPatternViewController
245 mPostureController.addCallback(mPostureCallback); in onViewAttached()
264 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
DKeyguardUpdateMonitor.java1869 final DevicePostureController.Callback mPostureCallback = field in KeyguardUpdateMonitor
2442 mDevicePostureController.addCallback(mPostureCallback); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java2299 mKeyguardUpdateMonitor.mPostureCallback.onPostureChanged(DEVICE_POSTURE_OPENED); in deviceInPostureStateOpened()