Home
last modified time | relevance | path

Searched refs:updateMonitor (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
DLockPatternKeyguardViewProperties.java40 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()
DKeyguardViewProperties.java37 KeyguardViewCallback mCallback, KeyguardUpdateMonitor updateMonitor, in createKeyguardView() argument
DAccountUnlockScreen.java86 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, in AccountUnlockScreen() argument
112 mUpdateMonitor = updateMonitor; in AccountUnlockScreen()
114 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor, in AccountUnlockScreen()
DSimUnlockScreen.java72 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, in SimUnlockScreen() argument
75 mUpdateMonitor = updateMonitor; in SimUnlockScreen()
102 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor, in SimUnlockScreen()
DSimPukUnlockScreen.java72 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, in SimPukUnlockScreen() argument
75 mUpdateMonitor = updateMonitor; in SimPukUnlockScreen()
108 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor, in SimPukUnlockScreen()
DKeyguardViewManager.java74 KeyguardUpdateMonitor updateMonitor) { in KeyguardViewManager() argument
80 mUpdateMonitor = updateMonitor; in KeyguardViewManager()
DPatternUnlockScreen.java144 KeyguardUpdateMonitor updateMonitor, in PatternUnlockScreen() argument
149 mUpdateMonitor = updateMonitor; in PatternUnlockScreen()
DFaceUnlock.java87 public FaceUnlock(Context context, KeyguardUpdateMonitor updateMonitor, in FaceUnlock() argument
90 mUpdateMonitor = updateMonitor; in FaceUnlock()
DPasswordUnlockScreen.java86 LockPatternUtils lockPatternUtils, KeyguardUpdateMonitor updateMonitor, in PasswordUnlockScreen() argument
92 mUpdateMonitor = updateMonitor; in PasswordUnlockScreen()
DLockScreen.java442 KeyguardUpdateMonitor updateMonitor, in LockScreen() argument
446 mUpdateMonitor = updateMonitor; in LockScreen()
DKeyguardStatusViewManager.java169 public KeyguardStatusViewManager(View view, KeyguardUpdateMonitor updateMonitor, in KeyguardStatusViewManager() argument
176 mUpdateMonitor = updateMonitor; in KeyguardStatusViewManager()
DLockPatternKeyguardView.java440 Context context, KeyguardViewCallback callback, KeyguardUpdateMonitor updateMonitor, in LockPatternKeyguardView() argument
447 mUpdateMonitor = updateMonitor; in LockPatternKeyguardView()
/frameworks/base/policy/tests/src/com/android/internal/policy/impl/
DLockPatternKeyguardViewTest.java138 KeyguardUpdateMonitor updateMonitor, in TestableLockPatternKeyguardView() argument
140 super(context, callback, updateMonitor, lockPatternUtils, controller); in TestableLockPatternKeyguardView()