Searched refs:isUdfps (Results 1 – 3 of 3) sorted by relevance
52 public boolean isUdfps(int sensorId) { in isUdfps() method in TestHal
744 final boolean isUdfps = !ArrayUtils.isEmpty(udfpsProps); in getHidlFingerprintSensorProps()751 if (isUdfps) { in getHidlFingerprintSensorProps()766 if (isUdfps && udfpsProps.length == 3) { in getHidlFingerprintSensorProps()
2227 protected boolean shouldListenForFingerprint(boolean isUdfps) { in shouldListenForFingerprint() argument2239 && (mOccludingAppRequestingFp || isUdfps)); in shouldListenForFingerprint()2258 final boolean shouldListenUdfpsState = !isUdfps in shouldListenForFingerprint()2291 isUdfps, in shouldListenForFingerprint()