Searched defs:KeyguardViewMediator (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java114 public class KeyguardViewMediator extends SystemUI { class in inherits:SystemUI
119 private final static String TAG = "KeyguardViewMediator";
295 synchronized (KeyguardViewMediator.this) {
331 synchronized (KeyguardViewMediator.this) {
425 KeyguardViewMediator.this.userActivity();
429 KeyguardViewMediator.this.keyguardDone(authenticated, true);
463 KeyguardViewMediator.this.keyguardDone(true /* authenticated */, true /* wakeUp */);
469 KeyguardViewMediator.this.playTrustedSound();
539 putComponent(KeyguardViewMediator.class, this);
850 synchronized (KeyguardViewMediator
[all...]

Completed in 89 milliseconds