Searched refs:USER_FRP (Results 1 – 3 of 3) sorted by relevance
35 assertTrue(LockPatternUtils.USER_FRP < 0); in testUserFrp_isNotRegularUser()40 assertNotEquals(UserHandle.USER_NULL, LockPatternUtils.USER_FRP);41 assertNotEquals(UserHandle.USER_ALL, LockPatternUtils.USER_FRP);42 assertNotEquals(UserHandle.USER_CURRENT, LockPatternUtils.USER_FRP);43 assertNotEquals(UserHandle.USER_CURRENT_OR_SELF, LockPatternUtils.USER_FRP);
131 public static final int USER_FRP = UserHandle.USER_NULL + 1; field in LockPatternUtils316 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in reportFailedPasswordAttempt()324 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in reportSuccessfulPasswordAttempt()332 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in reportPasswordLockout()339 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in getCurrentFailedPasswordAttempts()346 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in getMaximumFailedPasswordsForWipe()1308 if (userId == USER_FRP) { in setLockoutAttemptDeadline()
28 import static com.android.internal.widget.LockPatternUtils.USER_FRP;994 Preconditions.checkArgument(userId != USER_FRP, "cannot store lock settings for FRP user"); in setStringUnchecked()1033 if (userId == USER_FRP) { in getStringUnchecked()1629 if (userId == USER_FRP && Settings.Global.getInt(mContext.getContentResolver(), in doVerifyCredential()1646 if (userId == USER_FRP) { in doVerifyCredential()2317 if (userId == USER_FRP) { in isSyntheticPasswordBasedCredentialLocked()2355 if (userId == USER_FRP) { in spBasedDoVerifyCredential()