Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/devicepolicy/
DDevicePolicyManagerExtTest.kt22 import android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE
57 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE) in areKeyguardShortcutsDisabled_noDisabledKeyguardFeature_shouldReturnFalse()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/data/repository/
DCommunalSettingsRepositoryImplTest.kt20 import android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE
65 setKeyguardFeaturesDisabled(PRIMARY_USER, KEYGUARD_DISABLE_FEATURES_NONE) in setUp()
66 setKeyguardFeaturesDisabled(SECONDARY_USER, KEYGUARD_DISABLE_FEATURES_NONE) in setUp()
67 setKeyguardFeaturesDisabled(WORK_PROFILE, KEYGUARD_DISABLE_FEATURES_NONE) in setUp()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java20 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
200 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
228 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile()
251 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DPreAuthInfoTest.java19 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
81 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in setup()
/frameworks/base/services/core/java/com/android/server/biometrics/
DPreAuthInfo.java242 if (biometricToCheck == DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE) { in isBiometricDisabledByDevicePolicy()
269 return DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE; in mapModalityToDevicePolicyType()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java19 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
241 return (effectiveFeatures & keyguardFeatures) != KEYGUARD_DISABLE_FEATURES_NONE; in checkIfKeyguardFeaturesDisabled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskControllerTest.kt136 .thenReturn(DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractorTest.kt1099 DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE in <lambda>()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java7182 public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; field in DevicePolicyManager
9198 return KEYGUARD_DISABLE_FEATURES_NONE; in getKeyguardDisabledFeatures()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java9534 int which = DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5424 field public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; // 0x0
/frameworks/base/core/api/
Dcurrent.txt8373 field public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; // 0x0