Searched refs:faceSensorProperties (Results 1 – 2 of 2) sorted by relevance
497 final List<FaceSensorPropertiesInternal> faceSensorProperties = in generateChallenge() local499 if (faceSensorProperties.isEmpty()) { in generateChallenge()504 final int sensorId = faceSensorProperties.get(0).sensorId; in generateChallenge()625 final List<FaceSensorPropertiesInternal> faceSensorProperties = in getEnrolledFaces() local627 if (faceSensorProperties.isEmpty()) { in getEnrolledFaces()634 return mService.getEnrolledFaces(faceSensorProperties.get(0).sensorId, userId, in getEnrolledFaces()672 final List<FaceSensorPropertiesInternal> faceSensorProperties = in hasEnrolledTemplates() local674 if (faceSensorProperties.isEmpty()) { in hasEnrolledTemplates()681 return mService.hasEnrolledFaces(faceSensorProperties.get(0).sensorId, userId, in hasEnrolledTemplates()698 final List<FaceSensorPropertiesInternal> faceSensorProperties = in isHardwareDetected() local[all …]
246 final List<FaceSensorPropertiesInternal> faceSensorProperties = in processPendingLockoutsForFace() local249 for (FaceSensorPropertiesInternal prop : faceSensorProperties) { in processPendingLockoutsForFace()255 for (final FaceSensorPropertiesInternal prop : faceSensorProperties) { in processPendingLockoutsForFace()