Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/
DParentalConsentHelper.java56 private Boolean mConsentFace; field in ParentalConsentHelper
97 mConsentFace = isConsent(resultCode, mConsentFace); in launchNext()
134 if (mRequireFace && mConsentFace == null) { in getNextConsentIntent()
154 result.putBoolean(KEY_FACE_CONSENT, mConsentFace != null ? mConsentFace : false); in getConsentResult()