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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardUpdateMonitor.java64 public class KeyguardUpdateMonitor { class
66 private static final String TAG = "KeyguardUpdateMonitor";
88 private static KeyguardUpdateMonitor sInstance;
217 * and then pass a result via our handler to {@link KeyguardUpdateMonitor#handleSimStateChange},
316 public static KeyguardUpdateMonitor getInstance(Context context) {
318 sInstance = new KeyguardUpdateMonitor(context);
323 private KeyguardUpdateMonitor(Context context) { method in class:KeyguardUpdateMonitor
451 * We need to store this state in the KeyguardUpdateMonitor since this class will not be
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardUpdateMonitor.java58 public class KeyguardUpdateMonitor { class
60 private static final String TAG = "KeyguardUpdateMonitor";
192 * and then pass a result via our handler to {@link KeyguardUpdateMonitor#handleSimStateChange},
286 public KeyguardUpdateMonitor(Context context) { method in class:KeyguardUpdateMonitor

Completed in 53 milliseconds