Searched refs:udfpsProps (Results 1 – 4 of 4) sorted by relevance
802 final int[] udfpsProps = getContext().getResources().getIntArray( in getHidlFingerprintSensorProps() local805 final boolean isUdfps = !ArrayUtils.isEmpty(udfpsProps); in getHidlFingerprintSensorProps()827 if (isUdfps && udfpsProps.length == 3) { in getHidlFingerprintSensorProps()832 List.of(new SensorLocationInternal("" /* display */, udfpsProps[0], in getHidlFingerprintSensorProps()833 udfpsProps[1], udfpsProps[2]))); in getHidlFingerprintSensorProps()
288 List<FingerprintSensorPropertiesInternal> udfpsProps = new ArrayList<>(); in handleAllFingerprintAuthenticatorsRegistered() local292 udfpsProps.add(props); in handleAllFingerprintAuthenticatorsRegistered()299 mUdfpsProps = !udfpsProps.isEmpty() ? udfpsProps : null; in handleAllFingerprintAuthenticatorsRegistered()
351 authController.udfpsProps?.let {
109 `when`(authController.udfpsProps).thenReturn(listOf(fpSensorProp))