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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java108 public class KeyguardUpdateMonitor implements TrustManager.TrustListener { class in inherits:TrustManager.TrustListener
110 private static final String TAG = "KeyguardUpdateMonitor";
188 private static KeyguardUpdateMonitor sInstance;
301 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_STARTED_WAKING_UP");
306 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_FACE_UNLOCK_STATE_CHANGED");
323 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_SCREEN_TURNED_ON");
475 * Updates KeyguardUpdateMonitor's internal state to know if keyguard is goingAway
484 * Updates KeyguardUpdateMonitor's internal state to know if keyguard is occluded
642 // Clients of KeyguardUpdateMonitor don't care about the internal state about the
848 Trace.beginSection("KeyguardUpdateMonitor
1166 protected KeyguardUpdateMonitor(Context context) { method in class:KeyguardUpdateMonitor
[all...]

Completed in 27 milliseconds