Searched refs:savedCredentialType (Results 1 – 2 of 2) sorted by relevance
1018 int savedCredentialType; in startRemoteLockscreenValidation() local1021 savedCredentialType = lockSettingsService.getCredentialType(userId); in startRemoteLockscreenValidation()1025 int keyguardCredentialsType = lockPatternUtilsToKeyguardType(savedCredentialType); in startRemoteLockscreenValidation()1078 int savedCredentialType; in validateRemoteLockscreen() local1081 savedCredentialType = lockSettingsService.getCredentialType(userId); in validateRemoteLockscreen()1082 int keyguardCredentialsType = lockPatternUtilsToKeyguardType(savedCredentialType); in validateRemoteLockscreen()
3081 final int savedCredentialType = getCredentialTypeInternal(userId); in setLockCredentialWithSpLocked() local3119 if (savedCredentialType != CREDENTIAL_TYPE_NONE) { in setLockCredentialWithSpLocked()