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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 57 import com.android.keyguard.KeyguardUpdateMonitor;
286 KeyguardUpdateMonitor updateMonitor = KeyguardUpdateMonitor.getInstance(mContext);
288 KeyguardUpdateMonitor.getCurrentUser());
289 boolean secure = mLockPatternUtils.isSecure(KeyguardUpdateMonitor.getCurrentUser());
299 KeyguardUpdateMonitor.getCurrentUser());
365 KeyguardUpdateMonitor.getInstance(mContext).registerCallback(mUpdateMonitorCallback);
405 mLockPatternUtils.requireCredentialEntry(KeyguardUpdateMonitor.getCurrentUser());
411 KeyguardUpdateMonitor.getCurrentUser(), true /* onlyDirectBootAware */);
452 mContext, intent, KeyguardUpdateMonitor.getCurrentUser())
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitor.java 97 public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
99 private static final String TAG = "KeyguardUpdateMonitor";
165 private static KeyguardUpdateMonitor sInstance;
267 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_STARTED_WAKING_UP");
272 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_FACE_UNLOCK_STATE_CHANGED");
289 Trace.beginSection("KeyguardUpdateMonitor#handler MSG_SCREEN_TURNED_ON");
419 Trace.beginSection("KeyGuardUpdateMonitor#onFingerPrintAuthenticated");
458 Trace.beginSection("KeyGuardUpdateMonitor#handlerFingerPrintAuthenticated");
516 // Clients of KeyguardUpdateMonitor don't care about the internal state about the
721 Trace.beginSection("KeyguardUpdateMonitor.mBroadcastAllReceiver#onReceive ACTION_FACE_UNLOCK_STARTED")
    [all...]

Completed in 54 milliseconds