Home
last modified time | relevance | path

Searched defs:getChallenge (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollIntroduction.java125 protected abstract void getChallenge(GenerateChallengeCallback callback); in getChallenge() method in BiometricEnrollIntroduction
398 getChallenge(((sensorId, userId, challenge) -> { in onActivityResult() method
420 getChallenge(((sensorId, userId, challenge) -> { in onActivityResult() method
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DGeekResponse.java100 public byte[] getChallenge() { in getChallenge() method in GeekResponse
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollIntroduction.java149 getChallenge(((sensorId, userId, challenge) -> { in onCreate() method
379 protected void getChallenge(GenerateChallengeCallback callback) { in getChallenge() method in FingerprintEnrollIntroduction
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollIntroductionTest.java446 protected void getChallenge(GenerateChallengeCallback callback) { in getChallenge() method in FingerprintEnrollIntroductionTest.TestFingerprintEnrollIntroduction
/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/
DRkpRegistrationCheck.java107 public byte[] getChallenge() { in getChallenge() method in RkpRegistrationCheck.FetchEekResponse
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollIntroduction.java485 protected void getChallenge(GenerateChallengeCallback callback) { in getChallenge() method in FaceEnrollIntroduction