Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardLifecyclesDispatcher.java61 public @interface KeyguardLifecycleMessageType { annotation in KeyguardLifecyclesDispatcher
64 private static String getNameOfMessage(@KeyguardLifecycleMessageType int what) { in getNameOfMessage()
88 void dispatch(@KeyguardLifecycleMessageType int what) { in dispatch()
97 void dispatch(@KeyguardLifecycleMessageType int what, int pmReason) { in dispatch()
107 void dispatch(@KeyguardLifecycleMessageType int what, Object object) { in dispatch()