Tests - Add mandatory biometric prompt to platform surfaces (1/N)
Tests for ag/27400418 Flag: android.hardware.biometrics.Flags.MANDATORY_BIOMETRICS Bug: 339910718 Test: atest FingerprintSettingsFragmentTest ChooseLockGenericTest CombinedBiometricProfileSettingsTest Change-Id: Ief7fca5d0b695d23d490b6302dea11bab6030fce
This commit is contained in:
@@ -65,7 +65,8 @@ public abstract class BiometricsSettingsBase extends DashboardFragment {
|
||||
static final int CONFIRM_REQUEST = 2001;
|
||||
private static final int CHOOSE_LOCK_REQUEST = 2002;
|
||||
protected static final int ACTIVE_UNLOCK_REQUEST = 2003;
|
||||
private static final int BIOMETRIC_AUTH_REQUEST = 2004;
|
||||
@VisibleForTesting
|
||||
static final int BIOMETRIC_AUTH_REQUEST = 2004;
|
||||
|
||||
private static final String SAVE_STATE_CONFIRM_CREDETIAL = "confirm_credential";
|
||||
private static final String DO_NOT_FINISH_ACTIVITY = "do_not_finish_activity";
|
||||
|
@@ -160,7 +160,8 @@ public class ChooseLockGeneric extends SettingsActivity {
|
||||
static final int CHOOSE_LOCK_BEFORE_BIOMETRIC_REQUEST = 103;
|
||||
@VisibleForTesting
|
||||
static final int SKIP_FINGERPRINT_REQUEST = 104;
|
||||
private static final int BIOMETRIC_AUTH_REQUEST = 105;
|
||||
@VisibleForTesting
|
||||
static final int BIOMETRIC_AUTH_REQUEST = 105;
|
||||
|
||||
private LockPatternUtils mLockPatternUtils;
|
||||
private DevicePolicyManager mDpm;
|
||||
|
Reference in New Issue
Block a user