Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/activeunlock/
DActiveUnlockStatusUtilsTest.java36 import com.android.settings.testutils.ActiveUnlockTestUtils;
74 ActiveUnlockTestUtils.enable(mApplicationContext); in setUp()
80 ActiveUnlockTestUtils.disable(mApplicationContext); in tearDown()
85 ActiveUnlockTestUtils.disable(mApplicationContext); in isAvailable_featureFlagDisabled_returnsConditionallyUnavailable()
124 ActiveUnlockTestUtils.enable( in configIsUnlockOnIntent_useUnlockIntentLayoutIsTrue()
153 ActiveUnlockTestUtils.enable( in getIntro_faceEnabled_returnsFace()
165 ActiveUnlockTestUtils.enable( in getIntro_fingerprintEnabled_returnsFingerprint()
177 ActiveUnlockTestUtils.enable( in getIntro_faceAndFingerprintEnabled_returnsFaceAndFingerprint()
DFakeContentProvider.java30 import com.android.settings.testutils.ActiveUnlockTestUtils;
34 public static final String AUTHORITY = ActiveUnlockTestUtils.PROVIDER;
61 context.getContentResolver(), ActiveUnlockTestUtils.PROVIDER_SETTING, AUTHORITY); in init()
DActiveUnlockStatusPreferenceControllerTest.java35 import com.android.settings.testutils.ActiveUnlockTestUtils;
85 ActiveUnlockTestUtils.enable(mContext); in setUp()
92 ActiveUnlockTestUtils.disable(mContext); in tearDown()
97 ActiveUnlockTestUtils.disable(mContext); in updateState_featureFlagDisabled_isNotVisible()
DActiveUnlockContentListenerTest.java33 import com.android.settings.testutils.ActiveUnlockTestUtils;
73 ActiveUnlockTestUtils.enable(mContext); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/combination/
DBiometricFaceStatusPreferenceControllerTest.java36 import com.android.settings.testutils.ActiveUnlockTestUtils;
86 ActiveUnlockTestUtils.disable(mContext); in tearDown()
104 ActiveUnlockTestUtils.enable(mContext); in onlyFaceAndActiveUnlockEnabled_preferenceVisible()
DBiometricFingerprintStatusPreferenceControllerTest.java36 import com.android.settings.testutils.ActiveUnlockTestUtils;
86 ActiveUnlockTestUtils.disable(mContext); in tearDown()
104 ActiveUnlockTestUtils.enable(mContext); in onlyFingerprintAndActiveUnlockEnabled_preferenceVisible()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DActiveUnlockTestUtils.java36 public final class ActiveUnlockTestUtils { class
44 ActiveUnlockTestUtils.enable(context, ActiveUnlockStatusUtils.UNLOCK_INTENT_LAYOUT); in enable()
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
DActiveUnlockTestUtils.java36 public final class ActiveUnlockTestUtils { class
44 ActiveUnlockTestUtils.enable(context, ActiveUnlockStatusUtils.UNLOCK_INTENT_LAYOUT); in enable()
/packages/apps/Settings/tests/unit/src/com/android/settings/safetycenter/
DBiometricsSafetySourceTest.java53 import com.android.settings.testutils.ActiveUnlockTestUtils;
427 ActiveUnlockTestUtils.enable(mApplicationContext); in setSafetySourceData_activeUnlockEnabled_withFingerprintOnly_setsData()
444 ActiveUnlockTestUtils.enable(mApplicationContext); in setSafetySourceData_activeUnlockEnabled_withFaceOnly_setsData()
463 ActiveUnlockTestUtils.enable(mApplicationContext); in setSafetySourceData_activeUnlockEnabled_withFaceAndFingerprint_setsData()