Home
last modified time | relevance | path

Searched refs:mParentalConsentHelper (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollActivity.java130 @Nullable private ParentalConsentHelper mParentalConsentHelper; field in BiometricEnrollActivity
284 mParentalConsentHelper = new ParentalConsentHelper(mGkPwHandle); in onCreate()
401 if (mParentalConsentHelper != null) {
421 mParentalConsentHelper.setConsentRequirement(requestFaceConsent, requestFpConsent);
442 if (!mParentalConsentHelper.launchNext(this, REQUEST_CHOOSE_OPTIONS)) {
454 final boolean isStillPrompting = mParentalConsentHelper.launchNext(
457 mParentalOptions = mParentalConsentHelper.getConsentResult();
458 mParentalConsentHelper = null;
624 if (mParentalConsentHelper != null) {
625 mParentalConsentHelper.updateGatekeeperHandle(data);