Searched refs:mDevicePostureState (Results 1 – 3 of 3) sorted by relevance
205 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()
117 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()
133 protected int mDevicePostureState; field in BiometricEnrollBase