Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinViewController.java34 private final DevicePostureController.Callback mPostureCallback = posture -> field in KeyguardPinViewController
81 mPostureController.addCallback(mPostureCallback); in onViewAttached()
102 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
H A DKeyguardPatternViewController.java63 private final DevicePostureController.Callback mPostureCallback = field in KeyguardPatternViewController
240 mPostureController.addCallback(mPostureCallback); in onViewAttached()
259 mPostureController.removeCallback(mPostureCallback); in onViewDetached()
H A DKeyguardUpdateMonitor.java2049 final DevicePostureController.Callback mPostureCallback = field in KeyguardUpdateMonitor
2645 mPostureController.addCallback(mPostureCallback); in KeyguardUpdateMonitor()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java3286 mKeyguardUpdateMonitor.mPostureCallback.onPostureChanged(DEVICE_POSTURE_OPENED); in deviceInPostureStateOpened()
3290 mKeyguardUpdateMonitor.mPostureCallback.onPostureChanged(DEVICE_POSTURE_CLOSED); in deviceInPostureStateClosed()