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

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

Completed in 51 milliseconds