Home
last modified time | relevance | path

Searched defs:biometricSourceType (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/shared/model/
DAuthenticationState.java41 private final android.hardware.biometrics.BiometricSourceType biometricSourceType = null; field in AuthenticationState.Acquired
46 public Acquired(@org.jetbrains.annotations.NotNull() in Acquired()
83 …emui.biometrics.shared.model.AuthenticationState.Acquired copy(@org.jetbrains.annotations.NotNull() in copy()
120 private final android.hardware.biometrics.BiometricSourceType biometricSourceType = null; field in AuthenticationState.Error
127 public Error(@org.jetbrains.annotations.NotNull() in Error()
175 …ystemui.biometrics.shared.model.AuthenticationState.Error copy(@org.jetbrains.annotations.NotNull() in copy()
210 private final android.hardware.biometrics.BiometricSourceType biometricSourceType = null; field in AuthenticationState.Failed
215 public Failed(@org.jetbrains.annotations.NotNull() in Failed()
252 …stemui.biometrics.shared.model.AuthenticationState.Failed copy(@org.jetbrains.annotations.NotNull() in copy()
287 private final android.hardware.biometrics.BiometricSourceType biometricSourceType = null; field in AuthenticationState.Help
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
H A DAuthenticationState.kt31 val biometricSourceType: BiometricSourceType? constant
49 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Acquired
65 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Error
79 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Failed
93 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Help
106 override val biometricSourceType: BiometricSourceType? = null, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Idle
117 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Started
128 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Stopped
141 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Succeeded
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java210 public void onBiometricAcquired(BiometricSourceType biometricSourceType, int acquireInfo) { } in onBiometricAcquired()
216 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { } in onBiometricAuthFailed()
223 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated()
231 public void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected()
241 BiometricSourceType biometricSourceType) { } in onBiometricHelp()
252 BiometricSourceType biometricSourceType) { } in onBiometricError()
258 BiometricSourceType biometricSourceType) { } in onBiometricRunningStateChanged()
269 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { } in onLockedOutStateChanged()
336 public void onBiometricEnrollmentStateChanged(BiometricSourceType biometricSourceType) { } in onBiometricEnrollmentStateChanged()
H A DKeyguardMessageAreaController.java173 public void setMessage(CharSequence s, BiometricSourceType biometricSourceType) { in setMessage()
180 BiometricSourceType biometricSourceType) { in setMessage()
194 BiometricSourceType biometricSourceType, Long currentUptimeMillis in skipShowingFaceMessage()
H A DKeyguardUpdateMonitor.java871 private void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected()
962 private void handleBiometricDetected(int authUserId, BiometricSourceType biometricSourceType, in handleBiometricDetected()
1566 public boolean isUnlockingWithBiometricAllowed( in isUnlockingWithBiometricAllowed()
3153 BiometricSourceType biometricSourceType; in notifyAboutEnrollmentChange() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java196 public final BiometricSourceType biometricSourceType; field in BiometricUnlockController.PendingAuthenticated
199 PendingAuthenticated(int userId, BiometricSourceType biometricSourceType, in PendingAuthenticated()
382 public void onBiometricAcquired(BiometricSourceType biometricSourceType, in onBiometricAcquired()
414 public void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected()
427 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated()
463 public void startWakeAndUnlock(BiometricSourceType biometricSourceType, in startWakeAndUnlock()
572 private void onBiometricUnlockedWithKeyguardDismissal(BiometricSourceType biometricSourceType) { in onBiometricUnlockedWithKeyguardDismissal()
590 private @WakeAndUnlockMode int calculateMode(BiometricSourceType biometricSourceType, in calculateMode()
731 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { in onBiometricAuthFailed()
778 BiometricSourceType biometricSourceType) { in onBiometricError()
[all …]
H A DStatusBarKeyguardViewManager.java1640 BiometricSourceType biometricSourceType) { in setKeyguardMessage()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java924 BiometricSourceType biometricSourceType in showSuccessBiometricMessage()
930 BiometricSourceType biometricSourceType) { in showSuccessBiometricMessage()
935 BiometricSourceType biometricSourceType) { in showBiometricMessage()
942 BiometricSourceType biometricSourceType in showBiometricMessage()
961 BiometricSourceType biometricSourceType, in showBiometricMessage()
1302 public void onBiometricAcquired(BiometricSourceType biometricSourceType, int acquireInfo) { in onBiometricAcquired()
1316 BiometricSourceType biometricSourceType) { in onBiometricHelp()
1373 biometricSourceType in onBiometricHelp() local
1417 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { in onBiometricAuthFailed()
1424 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { in onLockedOutStateChanged()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/hardware/biometrics/events/
H A DAuthenticationStoppedInfo.java65 /* package-private */ AuthenticationStoppedInfo( in AuthenticationStoppedInfo()
145 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationStoppedInfo() local
193 public Builder( in Builder()
H A DAuthenticationStartedInfo.java65 /* package-private */ AuthenticationStartedInfo( in AuthenticationStartedInfo()
145 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationStartedInfo() local
193 public Builder( in Builder()
H A DAuthenticationAcquiredInfo.java74 /* package-private */ AuthenticationAcquiredInfo( in AuthenticationAcquiredInfo()
169 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationAcquiredInfo() local
224 public Builder( in Builder()
H A DAuthenticationFailedInfo.java70 /* package-private */ AuthenticationFailedInfo( in AuthenticationFailedInfo()
163 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationFailedInfo() local
216 public Builder( in Builder()
H A DAuthenticationSucceededInfo.java75 /* package-private */ AuthenticationSucceededInfo( in AuthenticationSucceededInfo()
185 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationSucceededInfo() local
242 public Builder( in Builder()
H A DAuthenticationErrorInfo.java80 /* package-private */ AuthenticationErrorInfo( in AuthenticationErrorInfo()
192 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationErrorInfo() local
252 public Builder( in Builder()
H A DAuthenticationHelpInfo.java76 /* package-private */ AuthenticationHelpInfo( in AuthenticationHelpInfo()
186 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationHelpInfo() local
244 public Builder( in Builder()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateControllerImpl.java448 public void onBiometricEnrollmentStateChanged(BiometricSourceType biometricSourceType) { in onBiometricEnrollmentStateChanged()
463 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated()
478 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { in onLockedOutStateChanged()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationDialogFactory.java63 int userId, ActivityStarter activityStarter, BiometricSourceType biometricSourceType, in createReenrollDialog()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/keyguard/logging/
DBiometricUnlockLogger.java62 android.hardware.biometrics.BiometricSourceType biometricSourceType, boolean alreadyPendingAuth) { in deferringAuthenticationDueToSleep()
DKeyguardUpdateMonitorLogger.java214 public final void notifyAboutEnrollmentsChanged(@org.jetbrains.annotations.NotNull() in notifyAboutEnrollmentsChanged()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/
DAuthRippleController.java176 …rivate final void showUnlockRippleInternal(android.hardware.biometrics.BiometricSourceType biometr… in showUnlockRippleInternal()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/
DKeyguardBypassController.java166 public final boolean onBiometricAuthenticated(@org.jetbrains.annotations.NotNull() in onBiometricAuthenticated()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepositoryImplTest.kt524 .onEach { biometricSourceType -> in <lambda>() method
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-7/
Dframework.jarandroid/hardware/camera2/marshal/impl/MarshalQueryableParcelable.class MarshalQueryableParcelable.java package android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar7META-INF/ META-INF/MANIFEST.MF android/ android/gesture/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/javac/
DSystemUI-core.jarcom/android/systemui/wmshell/WMShell_Factory.class WMShell_Factory.java package com.android. ...

12