Loading core/java/com/android/internal/widget/LockPatternUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -1035,7 +1035,7 @@ public class LockPatternUtils { CREDENTIAL_TYPE_API, CREDENTIAL_TYPE_API, mCredentialTypeQuery); /** * Invalidate the credential cache * Invalidate the credential type cache * @hide */ public final static void invalidateCredentialTypeCache() { Loading services/core/java/com/android/server/locksettings/LockSettingsService.java +4 −0 Original line number Diff line number Diff line Loading @@ -844,6 +844,10 @@ public class LockSettingsService extends ILockSettings.Stub { getAuthSecretHal(); mDeviceProvisionedObserver.onSystemReady(); // Work around an issue in PropertyInvalidatedCache where the cache doesn't work until the // first invalidation. This can be removed if PropertyInvalidatedCache is fixed. LockPatternUtils.invalidateCredentialTypeCache(); // TODO: maybe skip this for split system user mode. mStorage.prefetchUser(UserHandle.USER_SYSTEM); mBiometricDeferredQueue.systemReady(mInjector.getFingerprintManager(), Loading Loading
core/java/com/android/internal/widget/LockPatternUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -1035,7 +1035,7 @@ public class LockPatternUtils { CREDENTIAL_TYPE_API, CREDENTIAL_TYPE_API, mCredentialTypeQuery); /** * Invalidate the credential cache * Invalidate the credential type cache * @hide */ public final static void invalidateCredentialTypeCache() { Loading
services/core/java/com/android/server/locksettings/LockSettingsService.java +4 −0 Original line number Diff line number Diff line Loading @@ -844,6 +844,10 @@ public class LockSettingsService extends ILockSettings.Stub { getAuthSecretHal(); mDeviceProvisionedObserver.onSystemReady(); // Work around an issue in PropertyInvalidatedCache where the cache doesn't work until the // first invalidation. This can be removed if PropertyInvalidatedCache is fixed. LockPatternUtils.invalidateCredentialTypeCache(); // TODO: maybe skip this for split system user mode. mStorage.prefetchUser(UserHandle.USER_SYSTEM); mBiometricDeferredQueue.systemReady(mInjector.getFingerprintManager(), Loading