Home
last modified time | relevance | path

Searched defs:gkPwHandle (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/
H A DMultiBiometricEnrollHelper.java49 boolean enrollFace, boolean enrollFingerprint, long gkPwHandle) { in MultiBiometricEnrollHelper()
H A DBiometricUtils.java74 public static byte[] requestGatekeeperHat(@NonNull Context context, long gkPwHandle, int userId, in requestGatekeeperHat()
204 @Nullable byte[] hardwareAuthToken, @Nullable Long gkPwHandle, int userId) { in launchEnrollForResult()
H A DParentalConsentHelper.java69 public ParentalConsentHelper(@Nullable Long gkPwHandle) { in ParentalConsentHelper()