Searched refs:KeyguardUpdateMonitor (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewProperties.java36 KeyguardUpdateMonitor updateMonitor,
H A DLockPatternKeyguardViewProperties.java31 private final KeyguardUpdateMonitor mUpdateMonitor;
40 KeyguardUpdateMonitor updateMonitor) {
46 KeyguardUpdateMonitor updateMonitor,
H A DPasswordUnlockScreen.java51 View.OnClickListener, KeyguardUpdateMonitor.InfoCallback, OnEditorActionListener {
53 private final KeyguardUpdateMonitor mUpdateMonitor;
72 LockPatternUtils lockPatternUtils, KeyguardUpdateMonitor updateMonitor,
H A DAccountUnlockScreen.java55 KeyguardUpdateMonitor.InfoCallback,View.OnClickListener, TextWatcher {
67 private KeyguardUpdateMonitor mUpdateMonitor;
87 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback,
H A DSimUnlockScreen.java43 KeyguardUpdateMonitor.InfoCallback {
47 private final KeyguardUpdateMonitor mUpdateMonitor;
72 KeyguardUpdateMonitor updateMonitor, KeyguardScreenCallback callback,
H A DPatternUnlockScreen.java47 implements KeyguardScreen, KeyguardUpdateMonitor.InfoCallback,
48 KeyguardUpdateMonitor.SimStateCallback {
70 private KeyguardUpdateMonitor mUpdateMonitor;
163 KeyguardUpdateMonitor updateMonitor,
H A DKeyguardViewManager.java47 private final KeyguardUpdateMonitor mUpdateMonitor;
63 KeyguardViewCallback callback, KeyguardViewProperties keyguardViewProperties, KeyguardUpdateMonitor updateMonitor) {
H A DLockScreen.java50 class LockScreen extends LinearLayout implements KeyguardScreen, KeyguardUpdateMonitor.InfoCallback,
51 KeyguardUpdateMonitor.SimStateCallback, SlidingTab.OnTriggerListener {
60 private KeyguardUpdateMonitor mUpdateMonitor;
172 KeyguardUpdateMonitor updateMonitor,
268 private void resetStatusInfo(KeyguardUpdateMonitor updateMonitor) {
H A DKeyguardViewMediator.java95 KeyguardUpdateMonitor.SimStateCallback {
228 private KeyguardUpdateMonitor mUpdateMonitor;
274 mUpdateMonitor = new KeyguardUpdateMonitor(context);
H A DKeyguardUpdateMonitor.java61 public class KeyguardUpdateMonitor { class
63 static private final String TAG = "KeyguardUpdateMonitor";
103 * and then pass a result via our handler to {@link KeyguardUpdateMonitor#handleSimStateChange},
142 public KeyguardUpdateMonitor(Context context) { method in class:KeyguardUpdateMonitor
H A DLockPatternKeyguardView.java75 private final KeyguardUpdateMonitor mUpdateMonitor;
185 KeyguardUpdateMonitor updateMonitor,
/frameworks/base/policy/tests/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardViewTest.java40 private static class MockUpdateMonitor extends KeyguardUpdateMonitor {
136 private TestableLockPatternKeyguardView(Context context, KeyguardUpdateMonitor updateMonitor,

Completed in 67 milliseconds