Home
last modified time | relevance | path

Searched refs:SensorType (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricDisplayListener.kt24 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 DSideFpsController.kt483 BiometricDisplayListener.SensorType.SideFingerprint(sensorProps)
H A DUdfpsController.java910 BiometricDisplayListener.SensorType.UnderDisplayFingerprint.INSTANCE, in UdfpsController()
H A DAuthController.java808 BiometricDisplayListener.SensorType.Generic.INSTANCE, in AuthController()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorProperties.java74 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 DFingerprintSensorPropertiesInternal.java41 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 DFaceSensorProperties.java56 public @interface SensorType {} annotation in FaceSensorProperties
58 @FaceSensorProperties.SensorType
79 @FaceSensorProperties.SensorType int sensorType) { in FaceSensorProperties()
88 @FaceSensorProperties.SensorType
H A DFaceSensorPropertiesInternal.java35 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 DBiometricScheduler.java90 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 DUserAwareBiometricScheduler.java96 @SensorType int sensorType, in UserAwareBiometricScheduler()
109 @SensorType int sensorType, in UserAwareBiometricScheduler()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricDisplayListenerTest.java19 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 DBinaryTransparencyService.java1295 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 DAuthSessionTest.java638 private void setupFingerprint(int id, @FingerprintSensorProperties.SensorType int type) in setupFingerprint()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java811 final @FingerprintSensorProperties.SensorType int sensorType; in getHidlFingerprintSensorProps()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java444 @FingerprintSensorProperties.SensorType int sensorType, in createFingerprintSensorPropertiesInternal()