Searched refs:mAuthenticateReason (Results 1 – 1 of 1) sorted by relevance
87 private final int mAuthenticateReason; field in FaceAuthenticateOptions197 this.mAuthenticateReason = authenticateReason; in FaceAuthenticateOptions()199 if (!(mAuthenticateReason == AUTHENTICATE_REASON_UNKNOWN) in FaceAuthenticateOptions()200 && !(mAuthenticateReason == AUTHENTICATE_REASON_STARTED_WAKING_UP) in FaceAuthenticateOptions()201 && !(mAuthenticateReason == AUTHENTICATE_REASON_PRIMARY_BOUNCER_SHOWN) in FaceAuthenticateOptions()202 && !(mAuthenticateReason == AUTHENTICATE_REASON_ASSISTANT_VISIBLE) in FaceAuthenticateOptions()203 && !(mAuthenticateReason == AUTHENTICATE_REASON_ALTERNATE_BIOMETRIC_BOUNCER_SHOWN) in FaceAuthenticateOptions()204 && !(mAuthenticateReason == AUTHENTICATE_REASON_NOTIFICATION_PANEL_CLICKED) in FaceAuthenticateOptions()205 && !(mAuthenticateReason == AUTHENTICATE_REASON_OCCLUDING_APP_REQUESTED) in FaceAuthenticateOptions()206 && !(mAuthenticateReason == AUTHENTICATE_REASON_PICK_UP_GESTURE_TRIGGERED) in FaceAuthenticateOptions()[all …]