Searched refs:mParentalConsentHelper (Results 1 – 1 of 1) sorted by relevance
130 @Nullable private ParentalConsentHelper mParentalConsentHelper; field in BiometricEnrollActivity284 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);