HomeSort by relevance Sort by last modified time
    Searched refs:getStrongAuthForUser (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
ILockSettings.aidl 56 int getStrongAuthForUser(int userId);
LockPatternUtils.java     [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 361 int flag = mStrongAuthTracker.getStrongAuthForUser(userInfo.id);
368 + Integer.toHexString(mStrongAuthTracker.getStrongAuthForUser(
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java 712 return mStrongAuthTracker.getStrongAuthForUser(userId)
    [all...]
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsService.java 257 public int getStrongAuthForUser(int userId) {
259 return super.getStrongAuthForUser(userId);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsDialog.java 406 int state = mLockPatternUtils.getStrongAuthForUser(userId);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 648 int strongAuth = strongAuthTracker.getStrongAuthForUser(currentUser);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 107 milliseconds