/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | LockPatternKeyguardViewProperties.java | 40 KeyguardUpdateMonitor updateMonitor) { in LockPatternKeyguardViewProperties() argument 42 mUpdateMonitor = updateMonitor; in LockPatternKeyguardViewProperties() 47 KeyguardUpdateMonitor updateMonitor, in createKeyguardView() argument 49 return new LockPatternKeyguardView(context, callback, updateMonitor, in createKeyguardView()
|
D | KeyguardViewProperties.java | 37 KeyguardViewCallback mCallback, KeyguardUpdateMonitor updateMonitor, in createKeyguardView() argument
|
D | AccountUnlockScreen.java | 86 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, in AccountUnlockScreen() argument 112 mUpdateMonitor = updateMonitor; in AccountUnlockScreen() 114 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor, in AccountUnlockScreen()
|
D | SimUnlockScreen.java | 72 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, in SimUnlockScreen() argument 75 mUpdateMonitor = updateMonitor; in SimUnlockScreen() 102 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor, in SimUnlockScreen()
|
D | SimPukUnlockScreen.java | 72 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, in SimPukUnlockScreen() argument 75 mUpdateMonitor = updateMonitor; in SimPukUnlockScreen() 108 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor, in SimPukUnlockScreen()
|
D | KeyguardViewManager.java | 74 KeyguardUpdateMonitor updateMonitor) { in KeyguardViewManager() argument 80 mUpdateMonitor = updateMonitor; in KeyguardViewManager()
|
D | PatternUnlockScreen.java | 144 KeyguardUpdateMonitor updateMonitor, in PatternUnlockScreen() argument 149 mUpdateMonitor = updateMonitor; in PatternUnlockScreen()
|
D | FaceUnlock.java | 87 public FaceUnlock(Context context, KeyguardUpdateMonitor updateMonitor, in FaceUnlock() argument 90 mUpdateMonitor = updateMonitor; in FaceUnlock()
|
D | PasswordUnlockScreen.java | 86 LockPatternUtils lockPatternUtils, KeyguardUpdateMonitor updateMonitor, in PasswordUnlockScreen() argument 92 mUpdateMonitor = updateMonitor; in PasswordUnlockScreen()
|
D | LockScreen.java | 442 KeyguardUpdateMonitor updateMonitor, in LockScreen() argument 446 mUpdateMonitor = updateMonitor; in LockScreen()
|
D | KeyguardStatusViewManager.java | 169 public KeyguardStatusViewManager(View view, KeyguardUpdateMonitor updateMonitor, in KeyguardStatusViewManager() argument 176 mUpdateMonitor = updateMonitor; in KeyguardStatusViewManager()
|
D | LockPatternKeyguardView.java | 440 Context context, KeyguardViewCallback callback, KeyguardUpdateMonitor updateMonitor, in LockPatternKeyguardView() argument 447 mUpdateMonitor = updateMonitor; in LockPatternKeyguardView()
|
/frameworks/base/policy/tests/src/com/android/internal/policy/impl/ |
D | LockPatternKeyguardViewTest.java | 138 KeyguardUpdateMonitor updateMonitor, in TestableLockPatternKeyguardView() argument 140 super(context, callback, updateMonitor, lockPatternUtils, controller); in TestableLockPatternKeyguardView()
|