Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/devicepolicy/
H A DDevicePolicyManagerExtTest.kt22 import android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE
57 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE)
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
H A DRestrictedLockUtilsTest.java20 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
189 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
217 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile()
240 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DPreAuthInfoTest.java19 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
76 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in setup()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DPreAuthInfo.java242 if (biometricToCheck == DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE) { in isBiometricDisabledByDevicePolicy()
269 return DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE; in mapModalityToDevicePolicyType()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockUtilsInternal.java19 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
163 return (effectiveFeatures & keyguardFeatures) != KEYGUARD_DISABLE_FEATURES_NONE; in checkIfKeyguardFeaturesDisabled()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
H A DNoteTaskControllerTest.kt135 .thenReturn(DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE)
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java6902 public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; field in DevicePolicyManager
8908 return KEYGUARD_DISABLE_FEATURES_NONE; in getKeyguardDisabledFeatures()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java9529 int which = DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt8143 field public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; // 0x0