summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/biometrics/BiometricManager.java
AgeCommit message (Expand)Author
2021-07-01Don't attempt caching for BiometricManager.StringsCurtis Belmonte
2021-05-20Delay starting fingerprint sensor when using multi-sensor devices.Joe Bolinger
2021-04-28Merge changes from topic "biometric-unlocked-required" am: c36995ec84 am: cf5...Paul Crowley
2021-04-28Merge changes from topic "biometric-unlocked-required"Paul Crowley
2021-04-28Merge "Biometrics: Add back import needed by lint." am: 3164fcbb4c am: 18b6ff...Vladimir Marko
2021-04-28Biometrics: Add back import needed by lint.Vladimir Marko
2021-04-27Use UserHandle.myUserId() to look up userPaul Crowley
2021-04-27Specify UID in getAuthenticatorIds[6;7~
2021-04-26Specify UID in getAuthenticatorIds[6;7~
2021-04-22Merge "Log new auth-related framework atoms for Android 12" into sc-devCurtis Belmonte
2021-04-21Log new auth-related framework atoms for Android 12Curtis Belmonte
2021-04-21Address BiometricManager strings API review feedbackCurtis Belmonte
2021-03-18Add BiometricPrompt.Builder#setAllowedSensorIds TestApiKevin Chyn
2021-03-17Biometric time-based resetLockout for multi-biometric devicesKevin Chyn
2021-03-03Add authenticator-aware string methods to BiometricManagerCurtis Belmonte
2021-02-19Revert^2 "Try to ensure tests run sequentially"Kevin Chyn
2021-02-19Merge changes from topic "revert-13593269-QAPPBSWOVZ" into sc-devTreeHugger Robot
2021-02-19Revert "Try to ensure tests run sequentially"Daniel Chapin
2021-02-17Merge changes I3fdb3fe0,I59f6e607 into sc-devKevin Chyn
2021-02-17Retrieve authenticatorId when already targetUserIdKevin Chyn
2021-02-16Try to ensure tests run sequentiallyKevin Chyn
2021-02-10Add logging to biometric test pathKevin Chyn
2021-02-06Make FingerprintManager show BiometricPrompt for UDFPSCurtis Belmonte
2021-01-113/n: Add most remaining plumbing for authenticatorId invalidationKevin Chyn
2020-11-13Initial implementation of BiometricManager TestApisKevin Chyn
2020-11-13Add BiometricManager#getUiPackage TestApiKevin Chyn
2020-10-12Update Biometric TestApisKevin Chyn
2020-10-09Add wireframe for biometric TestApisKevin Chyn
2020-09-23Match Framework and AIDL SensorPropsKevin Chyn
2020-08-163/n: Move generateChallenge/resetLockout/revokeChallenge off critical pathKevin Chyn
2020-06-27Merge "Update biometric constant docs from tier to class" into rvc-dev am: 29...Curtis Belmonte
2020-06-26Merge "Update biometric constant docs from tier to class" into rvc-devCurtis Belmonte
2020-06-20Merge "12/n: Remove the need for setActiveUser(int)"Kevin Chyn
2020-06-1912/n: Remove the need for setActiveUser(int)Kevin Chyn
2020-06-17Merge "Update biometric/keystore documentation" into rvc-dev am: 9cd814be2a a...Kevin Chyn
2020-06-16Update biometric/keystore documentationKevin Chyn
2020-06-11Update biometric constant docs from tier to classCurtis Belmonte
2020-06-03Merge "Update tier names in biometric constants documentation" into rvc-dev a...TreeHugger Robot
2020-06-02Update tier names in biometric constants documentationCurtis Belmonte
2020-04-163/n: Add IntDefs for several biometric-related constantsKevin Chyn
2020-02-20Clean up biometric system serverKevin Chyn
2020-02-10Add API constant for BIOMETRIC_ERROR_SECURITY_UPDATE_REQUIREDKevin Chyn
2020-02-01Require internal permission for BIOMETRIC_CONVENIENCECurtis Belmonte
2019-12-16Reformat biometric auth constants to 4 hex digitsCurtis Belmonte
2019-12-12Use @Authenticators.Types for authenticator selectionIlya Matyukhin
2019-12-12Add setAllowedAuthenticators(int) to BiometricPromptCurtis Belmonte
2019-11-18Implemented and integrated AuthServiceIlya Matyukhin
2019-10-18Prepare BiometricService for migration to a moduleIlya Matyukhin
2019-10-03Removing old confirm device credential logicjoshmccloskey
2019-07-26Do not use canAuthenticate() to check if user can reset lockoutKevin Chyn