Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollActivity.java111 private Bundle mParentalOptions; field in BiometricEnrollActivity
134 mParentalOptions = savedInstanceState.getBundle(SAVED_STATE_PARENTAL_OPTIONS); in onCreate()
240 if (mParentalOptionsRequired && mParentalOptions == null) { in onCreate()
273 if (mParentalOptions == null) {
277 && ParentalConsentHelper.hasFaceConsent(mParentalOptions);
279 && ParentalConsentHelper.hasFingerprintConsent(mParentalOptions);
312 if (mParentalOptions != null) {
313 outState.putBundle(SAVED_STATE_PARENTAL_OPTIONS, mParentalOptions);
360 mParentalOptions = mParentalConsentHelper.getConsentResult();
433 final Bundle consentStatus = mParentalOptions.deepCopy();