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

  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 136 private final StrongAuthTracker mStrongAuthTracker;
147 mStrongAuthTracker = new StrongAuthTracker(context);
164 mLockPatternUtils.registerStrongAuthTracker(mStrongAuthTracker);
209 if (mStrongAuthTracker.isTrustAllowedForUser(userId)
360 if (!mStrongAuthTracker.canAgentsRunForUser(userInfo.id)) {
361 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id);
368 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser(
669 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) {
684 if (!mStrongAuthTracker.isTrustAllowedForUser(userId)) {
700 mStrongAuthTracker.allowTrustFromUnlock(userId)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java 215 private final StrongAuthTracker mStrongAuthTracker;
708 return mStrongAuthTracker.isUnlockingWithFingerprintAllowed();
712 return mStrongAuthTracker.getStrongAuthForUser(userId)
721 return mStrongAuthTracker;
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java 178 private final SynchronizedStrongAuthTracker mStrongAuthTracker;
437 mStrongAuthTracker = injector.getStrongAuthTracker();
438 mStrongAuthTracker.register(mStrongAuth);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 129 milliseconds