Searched refs:credentialAvailable (Results 1 – 3 of 3) sorted by relevance
68 final boolean credentialAvailable; field in PreAuthInfo79 List<Pair<BiometricSensor, Integer>> ineligibleSensors, boolean credentialAvailable, in PreAuthInfo() argument89 this.credentialAvailable = credentialAvailable; in PreAuthInfo()110 final boolean credentialAvailable = trustManager.isDeviceSecure(userId, in create()153 eligibleSensors, ineligibleSensors, credentialAvailable, confirmationRequested, in create()327 if (credentialAvailable || !eligibleSensors.isEmpty()) { in getInternalStatus()332 if (credentialAvailable) { in getInternalStatus()383 status = credentialAvailable ? AUTHENTICATOR_OK : CREDENTIAL_NOT_ENROLLED; in getInternalStatus()446 return credentialRequested && credentialAvailable; in shouldShowCredential()460 if (credentialRequested && credentialAvailable) { in getEligibleModalities()[all …]
293 if (mPreAuthInfo.credentialAvailable && mPreAuthInfo.eligibleSensors.isEmpty()) { in goToInitialState()
1418 if (preAuthInfo.credentialRequested && preAuthInfo.credentialAvailable