/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | BiometricDisplayListener.kt | 24 import com.android.systemui.biometrics.BiometricDisplayListener.SensorType.Generic 36 private val sensorType: SensorType = SensorType.Generic, 48 is SensorType.SideFingerprint -> onChanged() 84 sealed class SensorType { regex 85 object Generic : SensorType() 86 object UnderDisplayFingerprint : SensorType() 89 ) : SensorType()
|
H A D | SideFpsController.kt | 483 BiometricDisplayListener.SensorType.SideFingerprint(sensorProps)
|
H A D | UdfpsController.java | 910 BiometricDisplayListener.SensorType.UnderDisplayFingerprint.INSTANCE, in UdfpsController()
|
H A D | AuthController.java | 808 BiometricDisplayListener.SensorType.Generic.INSTANCE, in AuthController()
|
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/ |
H A D | FingerprintSensorProperties.java | 74 public @interface SensorType {} annotation in FingerprintSensorProperties 76 @SensorType final int mSensorType; 98 @NonNull List<ComponentInfo> componentInfo, @SensorType int sensorType) { in FingerprintSensorProperties() 107 @SensorType
|
H A D | FingerprintSensorPropertiesInternal.java | 41 public final @FingerprintSensorProperties.SensorType int sensorType; 49 @FingerprintSensorProperties.SensorType int sensorType, in FingerprintSensorPropertiesInternal() 70 @FingerprintSensorProperties.SensorType int sensorType, in FingerprintSensorPropertiesInternal()
|
/aosp14/frameworks/base/core/java/android/hardware/face/ |
H A D | FaceSensorProperties.java | 56 public @interface SensorType {} annotation in FaceSensorProperties 58 @FaceSensorProperties.SensorType 79 @FaceSensorProperties.SensorType int sensorType) { in FaceSensorProperties() 88 @FaceSensorProperties.SensorType
|
H A D | FaceSensorPropertiesInternal.java | 35 public final @FaceSensorProperties.SensorType int sensorType; 53 @FaceSensorProperties.SensorType int sensorType, boolean supportsFaceDetection, in FaceSensorPropertiesInternal()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | BiometricScheduler.java | 90 public @interface SensorType {} annotation in BiometricScheduler 92 public static @SensorType int sensorTypeFromFingerprintProperties( in sensorTypeFromFingerprintProperties() 101 public static String sensorTypeToString(@SensorType int sensorType) { in sensorTypeToString() 149 private final @SensorType int mSensorType; 207 @SensorType int sensorType, in BiometricScheduler() 231 @SensorType int sensorType, in BiometricScheduler()
|
H A D | UserAwareBiometricScheduler.java | 96 @SensorType int sensorType, in UserAwareBiometricScheduler() 109 @SensorType int sensorType, in UserAwareBiometricScheduler()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
H A D | BiometricDisplayListenerTest.java | 19 import static com.android.systemui.biometrics.BiometricDisplayListener.SensorType.SideFingerprint; 20 import static com.android.systemui.biometrics.BiometricDisplayListener.SensorType.UnderDisplayFinge…
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | BinaryTransparencyService.java | 1295 private int toFingerprintSensorType(@FingerprintSensorProperties.SensorType int sensorType) { in toFingerprintSensorType() 1324 private int toFaceSensorType(@FaceSensorProperties.SensorType int sensorType) { in toFaceSensorType()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | AuthSessionTest.java | 638 private void setupFingerprint(int id, @FingerprintSensorProperties.SensorType int type) in setupFingerprint()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthService.java | 811 final @FingerprintSensorProperties.SensorType int sensorType; in getHidlFingerprintSensorProps()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardUpdateMonitorTest.java | 444 @FingerprintSensorProperties.SensorType int sensorType, in createFingerprintSensorPropertiesInternal()
|