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.java113 @Nullable private ParentalConsentHelper mParentalConsentHelper; field in BiometricEnrollActivity
241 mParentalConsentHelper = new ParentalConsentHelper( in onCreate()
326 if (mParentalConsentHelper != null) {
344 if (!mParentalConsentHelper.launchNext(this, REQUEST_CHOOSE_OPTIONS)) {
356 final boolean isStillPrompting = mParentalConsentHelper.launchNext(
360 mParentalOptions = mParentalConsentHelper.getConsentResult();
361 mParentalConsentHelper = null;
467 if (mParentalConsentHelper != null) {
468 mParentalConsentHelper.updateGatekeeperHandle(data);