Searched refs:udfpsProps (Results 1 – 6 of 6) sorted by relevance
73 final int[] udfpsProps = context.getResources().getIntArray( in mapHidlToAidlSensorConfiguration() local75 final boolean isUdfps = !ArrayUtils.isEmpty(udfpsProps); in mapHidlToAidlSensorConfiguration()88 if (isUdfps && udfpsProps.length == 3) { in mapHidlToAidlSensorConfiguration()89 setSensorLocation(udfpsProps[0], udfpsProps[1], udfpsProps[2]); in mapHidlToAidlSensorConfiguration()
974 final int[] udfpsProps = getContext().getResources().getIntArray( in getHidlFingerprintSensorProps() local977 final boolean isUdfps = !ArrayUtils.isEmpty(udfpsProps); in getHidlFingerprintSensorProps()999 if (isUdfps && udfpsProps.length == 3) { in getHidlFingerprintSensorProps()1004 List.of(new SensorLocationInternal("" /* display */, udfpsProps[0], in getHidlFingerprintSensorProps()1005 udfpsProps[1], udfpsProps[2]))); in getHidlFingerprintSensorProps()
90 authController.udfpsProps!!.get(0).sensorId, in <lambda>()
287 List<FingerprintSensorPropertiesInternal> udfpsProps = new ArrayList<>(); in handleAllFingerprintAuthenticatorsRegistered() local291 udfpsProps.add(props); in handleAllFingerprintAuthenticatorsRegistered()298 mUdfpsProps = !udfpsProps.isEmpty() ? udfpsProps : null; in handleAllFingerprintAuthenticatorsRegistered()
385 authController.udfpsProps?.let { in <lambda>()
116 `when`(authController.udfpsProps).thenReturn(listOf(fpSensorProp)) in setUp()