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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java78 public class KeyguardUpdateMonitor implements TrustManager.TrustListener { class in inherits:TrustManager.TrustListener
80 private static final String TAG = "KeyguardUpdateMonitor";
117 private static KeyguardUpdateMonitor sInstance;
448 * and then pass a result via our handler to {@link KeyguardUpdateMonitor#handleSimStateChange},
547 public static KeyguardUpdateMonitor getInstance(Context context) {
549 sInstance = new KeyguardUpdateMonitor(context);
598 private KeyguardUpdateMonitor(Context context) { method in class:KeyguardUpdateMonitor
766 * We need to store this state in the KeyguardUpdateMonitor since this class will not be

Completed in 41 milliseconds