Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DLatencyTracker.java156 public static final int ACTION_LOCKSCREEN_UNLOCK = 11; field in LatencyTracker
230 ACTION_LOCKSCREEN_UNLOCK,
257 ACTION_LOCKSCREEN_UNLOCK,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputViewController.java183 mLatencyTracker.onActionStart(LatencyTracker.ACTION_LOCKSCREEN_UNLOCK); in onPasswordChecked()
H A DKeyguardPatternViewController.java170 mLatencyTracker.onActionStart(LatencyTracker.ACTION_LOCKSCREEN_UNLOCK); in onPatternChecked()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java2993 .onActionEnd(LatencyTracker.ACTION_LOCKSCREEN_UNLOCK);