Searched refs:mParentalOptions (Results 1 – 1 of 1) sorted by relevance
128 private Bundle mParentalOptions; field in BiometricEnrollActivity159 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 …]