Searched refs:USER_FRP (Results 1 – 3 of 3) sorted by relevance
36 assertTrue(LockPatternUtils.USER_FRP < 0); in testUserFrp_isNotRegularUser()41 assertNotEquals(UserHandle.USER_NULL, LockPatternUtils.USER_FRP);42 assertNotEquals(UserHandle.USER_ALL, LockPatternUtils.USER_FRP);43 assertNotEquals(UserHandle.USER_CURRENT, LockPatternUtils.USER_FRP);44 assertNotEquals(UserHandle.USER_CURRENT_OR_SELF, LockPatternUtils.USER_FRP);
132 public static final int USER_FRP = UserHandle.USER_NULL + 1; field in LockPatternUtils330 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in reportFailedPasswordAttempt()339 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in reportSuccessfulPasswordAttempt()347 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in reportPasswordLockout()354 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in getCurrentFailedPasswordAttempts()361 if (userId == USER_FRP && frpCredentialEnabled(mContext)) { in getMaximumFailedPasswordsForWipe()1490 if (userId == USER_FRP) { in setLockoutAttemptDeadline()
31 import static com.android.internal.widget.LockPatternUtils.USER_FRP;1023 Preconditions.checkArgument(userId != USER_FRP, "cannot store lock settings for FRP user"); in setStringUnchecked()1062 if (userId == USER_FRP) { in getStringUnchecked()1356 if (userId == USER_FRP) { in sendCredentialsOnUnlockIfRequired()1767 if (userId == USER_FRP && Settings.Global.getInt(mContext.getContentResolver(), in doVerifyCredential()1783 if (userId == USER_FRP) { in doVerifyCredential()2469 if (userId == USER_FRP) { in isSyntheticPasswordBasedCredentialLocked()2516 if (userId == USER_FRP) { in spBasedDoVerifyCredential()