public class KeyguardUpdateMonitor.StrongAuthTracker extends LockPatternUtils.StrongAuthTracker
LockPatternUtils.StrongAuthTracker.StrongAuthFlags
mStub, SOME_AUTH_REQUIRED_AFTER_USER_REQUEST, STRONG_AUTH_NOT_REQUIRED, STRONG_AUTH_REQUIRED_AFTER_BOOT, STRONG_AUTH_REQUIRED_AFTER_DPM_LOCK_NOW, STRONG_AUTH_REQUIRED_AFTER_LOCKOUT
Constructor and Description |
---|
StrongAuthTracker(Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasUserAuthenticatedSinceBoot() |
boolean |
isUnlockingWithFingerprintAllowed() |
void |
onStrongAuthRequiredChanged(int userId)
Called when the strong authentication requirements for changed.
|
getDefaultFlags, getStrongAuthForUser, handleStrongAuthRequiredChanged, isFingerprintAllowedForUser, isTrustAllowedForUser
public StrongAuthTracker(Context context)
public boolean isUnlockingWithFingerprintAllowed()
public boolean hasUserAuthenticatedSinceBoot()
public void onStrongAuthRequiredChanged(int userId)
LockPatternUtils.StrongAuthTracker
onStrongAuthRequiredChanged
in class LockPatternUtils.StrongAuthTracker