Searched refs:KEY_FACE_CONSENT (Results 1 – 1 of 1) sorted by relevance
47 private static final String KEY_FACE_CONSENT = "face"; field in ParentalConsentHelper154 result.putBoolean(KEY_FACE_CONSENT, mConsentFace != null ? mConsentFace : false); in getConsentResult()163 return bundle.getBoolean(KEY_FACE_CONSENT, false); in hasFaceConsent()