/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/ |
D | BiometricEnrollIntroduction.java | 125 protected abstract void getChallenge(GenerateChallengeCallback callback); in getChallenge() method in BiometricEnrollIntroduction 391 getChallenge(((sensorId, userId, challenge) -> { in onActivityResult() method 413 getChallenge(((sensorId, userId, challenge) -> { in onActivityResult() method
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintEnrollIntroduction.java | 149 getChallenge(((sensorId, userId, challenge) -> { in onCreate() method 379 protected void getChallenge(GenerateChallengeCallback callback) { in getChallenge() method in FingerprintEnrollIntroduction
|
/aosp_15_r20/external/google-cloud-java/java-confidentialcomputing/proto-google-cloud-confidentialcomputing-v1/src/main/java/com/google/cloud/confidentialcomputing/v1/ |
H A D | CreateChallengeRequest.java | 162 public com.google.cloud.confidentialcomputing.v1.Challenge getChallenge() { in getChallenge() method in CreateChallengeRequest 722 public com.google.cloud.confidentialcomputing.v1.Challenge getChallenge() { in getChallenge() method in CreateChallengeRequest.Builder
|
H A D | VerifyAttestationRequest.java | 91 public java.lang.String getChallenge() { in getChallenge() method in VerifyAttestationRequest 682 public java.lang.String getChallenge() { in getChallenge() method in VerifyAttestationRequest.Builder
|
H A D | CreateChallengeRequestOrBuilder.java | 86 com.google.cloud.confidentialcomputing.v1.Challenge getChallenge(); in getChallenge() method
|
H A D | VerifyAttestationRequestOrBuilder.java | 41 java.lang.String getChallenge(); in getChallenge() method
|
/aosp_15_r20/external/google-cloud-java/java-confidentialcomputing/proto-google-cloud-confidentialcomputing-v1alpha1/src/main/java/com/google/cloud/confidentialcomputing/v1alpha1/ |
H A D | CreateChallengeRequest.java | 162 public com.google.cloud.confidentialcomputing.v1alpha1.Challenge getChallenge() { in getChallenge() method in CreateChallengeRequest 728 public com.google.cloud.confidentialcomputing.v1alpha1.Challenge getChallenge() { in getChallenge() method in CreateChallengeRequest.Builder
|
H A D | VerifyAttestationRequest.java | 91 public java.lang.String getChallenge() { in getChallenge() method in VerifyAttestationRequest 686 public java.lang.String getChallenge() { in getChallenge() method in VerifyAttestationRequest.Builder
|
H A D | CreateChallengeRequestOrBuilder.java | 86 com.google.cloud.confidentialcomputing.v1alpha1.Challenge getChallenge(); in getChallenge() method
|
H A D | VerifyAttestationRequestOrBuilder.java | 41 java.lang.String getChallenge(); in getChallenge() method
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/ |
D | GeekResponse.java | 100 public byte[] getChallenge() { in getChallenge() method in GeekResponse
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/data/repository/ |
D | PromptRepository.java | 48 public abstract kotlinx.coroutines.flow.StateFlow<java.lang.Long> getChallenge(); in getChallenge() method
|
D | PromptRepositoryImpl.java | 79 public kotlinx.coroutines.flow.StateFlow<java.lang.Long> getChallenge() { in getChallenge() method in PromptRepositoryImpl
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/ |
H A D | KeyStoreOperation.java | 55 public Long getChallenge() { in getChallenge() method in KeyStoreOperation
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/biometrics/fingerprint2/ui/settings/viewmodel/ |
D | EnrollFirstFingerprint.java | 29 public final java.lang.Long getChallenge() { in getChallenge() method in EnrollFirstFingerprint
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
H A D | KMVerificationToken.java | 97 public short getChallenge() { in getChallenge() method in KMVerificationToken
|
H A D | KMHardwareAuthToken.java | 106 public short getChallenge() { in getChallenge() method in KMHardwareAuthToken
|
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
H A D | KMVerificationToken.java | 97 public short getChallenge() { in getChallenge() method in KMVerificationToken
|
H A D | KMHardwareAuthToken.java | 106 public short getChallenge() { in getChallenge() method in KMHardwareAuthToken
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/netscape/ |
H A D | NetscapeCertRequest.java | 156 public String getChallenge() in getChallenge() method in NetscapeCertRequest
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/netscape/ |
H A D | NetscapeCertRequest.java | 156 public String getChallenge() in getChallenge() method in NetscapeCertRequest
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/ |
H A D | NetscapeCertRequest.java | 154 public String getChallenge() in getChallenge() method in NetscapeCertRequest
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/ |
D | FingerprintEnrollIntroductionTest.java | 446 protected void getChallenge(GenerateChallengeCallback callback) { in getChallenge() method in FingerprintEnrollIntroductionTest.TestFingerprintEnrollIntroduction
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/util/src/com/android/rkpdapp/ |
D | RkpRegistrationCheck.java | 107 public byte[] getChallenge() { in getChallenge() method in RkpRegistrationCheck.FetchEekResponse
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
D | FaceEnrollIntroduction.java | 485 protected void getChallenge(GenerateChallengeCallback callback) { in getChallenge() method in FaceEnrollIntroduction
|