Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricUtils.java398 boolean isLaunchedPostureGuidance) { in isPostureGuidanceShowing() argument
399 return !isPostureAllowEnrollment(devicePosture) && isLaunchedPostureGuidance; in isPostureGuidanceShowing()
422 boolean isLaunchedPostureGuidance) { in shouldShowPostureGuidance() argument
423 return !isPostureAllowEnrollment(devicePosture) && !isLaunchedPostureGuidance; in shouldShowPostureGuidance()