/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | PromptViewModelTest.kt | 204 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 288 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 339 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 443 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 459 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 479 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 515 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 554 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 582 val authenticated by collectLastValue(viewModel.isAuthenticated) regex 622 val authenticated by collectLastValue(viewModel.isAuthenticated) regex [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintDetectClient.java | 138 boolean authenticated, ArrayList<Byte> hardwareAuthToken) { in onAuthenticated() 140 authenticated, false /* requireConfirmation */, in onAuthenticated() local 147 pm.incrementAuthForUser(getTargetUserId(), authenticated); in onAuthenticated() local
|
H A D | FingerprintAuthenticationClient.java | 119 boolean authenticated, ArrayList<Byte> token) { in onAuthenticated() 166 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AuthenticationClient.java | 164 boolean authenticated, ArrayList<Byte> hardwareAuthToken) { in onAuthenticated() 166 authenticated, mRequireConfirmation, getTargetUserId(), isBiometricPrompt()); in onAuthenticated() local 183 pm.incrementCryptoAuthForUser(getTargetUserId(), authenticated); in onAuthenticated() local 185 pm.incrementAuthForUser(getTargetUserId(), authenticated); in onAuthenticated() local 375 protected abstract void handleLifecycleAfterAuth(boolean authenticated); in handleLifecycleAfterAuth()
|
H A D | AuthenticationConsumer.java | 27 void onAuthenticated(BiometricAuthenticator.Identifier identifier, boolean authenticated, in onAuthenticated()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceAuthenticationClient.java | 153 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() 178 boolean authenticated, ArrayList<Byte> token) { in onAuthenticated()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthenticationStats.java | 80 public void authenticate(boolean authenticated) { in authenticate()
|
H A D | AuthenticationStatsCollector.java | 119 public void authenticate(int userId, boolean authenticated) { in authenticate()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | FaceAuthenticationClient.java | 209 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() 221 boolean authenticated, ArrayList<Byte> token) { in onAuthenticated()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintAuthenticationClient.java | 196 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() 211 boolean authenticated, in onAuthenticated()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | UsageStats.java | 47 public AuthenticationEvent(long startTime, long latency, boolean authenticated, int error, in AuthenticationEvent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
H A D | BiometricLogger.java | 202 boolean authenticated, boolean requireConfirmation, int targetUserId, in logOnAuthenticated()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerController.java | 653 public void dismiss(boolean authenticated, int targetUserId, in dismiss() 821 public boolean showNextSecurityScreenOrFinish(boolean authenticated, int targetUserId, in showNextSecurityScreenOrFinish()
|
H A D | KeyguardUpdateMonitor.java | 515 BiometricAuthenticated(boolean authenticated, boolean isStrongBiometric) { in BiometricAuthenticated()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | BiometricSchedulerTest.java | 871 protected void handleLifecycleAfterAuth(boolean authenticated) { in handleLifecycleAfterAuth() 876 boolean authenticated, ArrayList<Byte> hardwareAuthToken) { in onAuthenticated()
|