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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java133 public class KeyguardViewMediator extends SystemUI { class in inherits:SystemUI
141 private final static String TAG = "KeyguardViewMediator";
350 synchronized (KeyguardViewMediator.this) {
376 synchronized (KeyguardViewMediator.this) {
400 synchronized (KeyguardViewMediator.this) {
509 KeyguardViewMediator.this.userActivity();
515 KeyguardViewMediator.this.keyguardDone(true /* authenticated */);
554 KeyguardViewMediator.this.keyguardDone(true /* authenticated */);
565 KeyguardViewMediator.this.playTrustedSound();
570 return KeyguardViewMediator
[all...]

Completed in 660 milliseconds