Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEducation.java205 mDevicePostureState = isFolded ? BiometricUtils.DEVICE_POSTURE_CLOSED in onStart()
207 if (BiometricUtils.shouldShowPostureGuidance(mDevicePostureState, in onStart()
239 && !isPostureGuidanceShowing(mDevicePostureState, mLaunchedPostureGuidance); in shouldFinishWhenBackgrounded()
315 if (resultCode == RESULT_TIMEOUT || !isPostureAllowEnrollment(mDevicePostureState)) { in onActivityResult()
346 return mDevicePostureState; in getDevicePostureState()
DFaceEnrollIntroduction.java117 mDevicePostureState, mLaunchedPostureGuidance); in shouldFinishWhenBackgrounded()
274 return mDevicePostureState; in getDevicePostureState()
313 mDevicePostureState = isFolded ? BiometricUtils.DEVICE_POSTURE_CLOSED in listenFoldEventForPostureGuidance()
315 if (BiometricUtils.shouldShowPostureGuidance(mDevicePostureState, in listenFoldEventForPostureGuidance()
349 if (hasEnrolledFace || !BiometricUtils.isPostureAllowEnrollment(mDevicePostureState)) { in onActivityResult()
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricEnrollBase.java133 protected int mDevicePostureState; field in BiometricEnrollBase