HomeSort by relevance Sort by last modified time
    Searched defs:KeyguardUpdateMonitor (Results 1 - 2 of 2) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
KeyguardUpdateMonitor.java 58 public class KeyguardUpdateMonitor {
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) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardUpdateMonitor.java 63 public class KeyguardUpdateMonitor {
65 private static final String TAG = "KeyguardUpdateMonitor";
87 private static KeyguardUpdateMonitor sInstance;
216 * and then pass a result via our handler to {@link KeyguardUpdateMonitor#handleSimStateChange},
315 public static KeyguardUpdateMonitor getInstance(Context context) {
317 sInstance = new KeyguardUpdateMonitor(context);
322 private KeyguardUpdateMonitor(Context context) {
449 * We need to store this state in the KeyguardUpdateMonitor since this class will not be

Completed in 2042 milliseconds