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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewProperties.java31 * @param updateMonitor configuration may be based on this.
36 KeyguardUpdateMonitor updateMonitor,
35 createKeyguardView(Context context, KeyguardUpdateMonitor updateMonitor, KeyguardWindowController controller) argument
H A DLockPatternKeyguardViewProperties.java36 * @param updateMonitor Used to know whether the sim pin is enabled, and passed
40 KeyguardUpdateMonitor updateMonitor) {
42 mUpdateMonitor = updateMonitor;
46 KeyguardUpdateMonitor updateMonitor,
48 return new LockPatternKeyguardView(context, updateMonitor,
39 LockPatternKeyguardViewProperties(LockPatternUtils lockPatternUtils, KeyguardUpdateMonitor updateMonitor) argument
45 createKeyguardView(Context context, KeyguardUpdateMonitor updateMonitor, KeyguardWindowController controller) argument
H A DAccountUnlockScreen.java83 * @param updateMonitor
86 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback,
112 mUpdateMonitor = updateMonitor;
114 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor,
85 AccountUnlockScreen(Context context, Configuration configuration, KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, LockPatternUtils lockPatternUtils) argument
H A DKeyguardViewManager.java74 KeyguardUpdateMonitor updateMonitor) {
80 mUpdateMonitor = updateMonitor;
72 KeyguardViewManager(Context context, ViewManager viewManager, KeyguardViewCallback callback, KeyguardViewProperties keyguardViewProperties, KeyguardUpdateMonitor updateMonitor) argument
H A DPasswordUnlockScreen.java86 LockPatternUtils lockPatternUtils, KeyguardUpdateMonitor updateMonitor,
92 mUpdateMonitor = updateMonitor;
85 PasswordUnlockScreen(Context context, Configuration configuration, LockPatternUtils lockPatternUtils, KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback) argument
H A DPatternUnlockScreen.java135 * @param updateMonitor Used to lookup state affecting keyguard.
144 KeyguardUpdateMonitor updateMonitor,
149 mUpdateMonitor = updateMonitor;
142 PatternUnlockScreen(Context context, Configuration configuration, LockPatternUtils lockPatternUtils, KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, int totalFailedAttempts) argument
H A DSimUnlockScreen.java72 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback,
75 mUpdateMonitor = updateMonitor;
102 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor,
71 SimUnlockScreen(Context context, Configuration configuration, KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, LockPatternUtils lockpatternutils) argument
H A DLockScreen.java308 * @param updateMonitor Used to register for updates on various keyguard related
313 KeyguardUpdateMonitor updateMonitor,
317 mUpdateMonitor = updateMonitor;
312 LockScreen(Context context, Configuration configuration, LockPatternUtils lockPatternUtils, KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback) argument
H A DSimPukUnlockScreen.java72 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback,
75 mUpdateMonitor = updateMonitor;
108 mKeyguardStatusViewManager = new KeyguardStatusViewManager(this, updateMonitor,
71 SimPukUnlockScreen(Context context, Configuration configuration, KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback, LockPatternUtils lockpatternutils) argument
H A DKeyguardStatusViewManager.java161 * @param updateMonitor the update monitor to use
166 public KeyguardStatusViewManager(View view, KeyguardUpdateMonitor updateMonitor, argument
173 mUpdateMonitor = updateMonitor;
H A DLockPatternKeyguardView.java292 * @param updateMonitor Knows the state of the world, and passed along to each
299 KeyguardUpdateMonitor updateMonitor,
308 mUpdateMonitor = updateMonitor;
297 LockPatternKeyguardView( Context context, KeyguardUpdateMonitor updateMonitor, LockPatternUtils lockPatternUtils, KeyguardWindowController controller) argument
/frameworks/base/policy/tests/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardViewTest.java136 private TestableLockPatternKeyguardView(Context context, KeyguardUpdateMonitor updateMonitor, argument
138 super(context, updateMonitor, lockPatternUtils, controller);

Completed in 67 milliseconds