Searched defs:KeyguardUpdateMonitor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java101 public class KeyguardUpdateMonitor implements TrustManager.TrustListener { class in inherits:TrustManager.TrustListener
103 private static final String TAG = "KeyguardUpdateMonitor";
180 private static KeyguardUpdateMonitor sInstance;
291 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_STARTED_WAKING_UP");
296 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_FACE_UNLOCK_STATE_CHANGED");
313 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_SCREEN_TURNED_ON");
450 * Updates KeyguardUpdateMonitor's internal state to know if keyguard is goingAway
458 * Updates KeyguardUpdateMonitor's internal state to know if keyguard is occluded
616 // Clients of KeyguardUpdateMonitor don't care about the internal state about the
794 Trace.beginSection("KeyguardUpdateMonitor
1108 private KeyguardUpdateMonitor(Context context) { method in class:KeyguardUpdateMonitor
[all...]

Completed in 128 milliseconds