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.java128 private Bundle mParentalOptions; field in BiometricEnrollActivity
159 mParentalOptions = savedInstanceState.getBundle(SAVED_STATE_PARENTAL_OPTIONS); in onCreate()
283 if (mParentalOptionsRequired && mParentalOptions == null) { in onCreate()
337 if (mParentalOptions == null) {
341 && ParentalConsentHelper.hasFaceConsent(mParentalOptions);
343 && ParentalConsentHelper.hasFingerprintConsent(mParentalOptions);
379 if (mParentalOptions != null) {
380 outState.putBundle(SAVED_STATE_PARENTAL_OPTIONS, mParentalOptions);
457 mParentalOptions = mParentalConsentHelper.getConsentResult();
460 + mParentalOptions);
[all …]