Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java19 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
182 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
211 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_notMatchOtherFeatures_unifiedManagedProfile()
235 .thenReturn(KEYGUARD_DISABLE_FEATURES_NONE); in checkIfKeyguardFeaturesAreDisabled_onlyMatchesProfile_separateManagedProfile()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtils.java19 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
151 return (effectiveFeatures & keyguardFeatures) != KEYGUARD_DISABLE_FEATURES_NONE; in checkIfKeyguardFeaturesDisabled()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java3653 public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; field in DevicePolicyManager
4809 return KEYGUARD_DISABLE_FEATURES_NONE; in getKeyguardDisabledFeatures()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java7105 int which = DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE; in getKeyguardDisabledFeatures()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5424 field public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-public-dex.txt1565 Landroid/app/admin/DevicePolicyManager;->KEYGUARD_DISABLE_FEATURES_NONE:I
/frameworks/base/api/
Dcurrent.txt6699 field public static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; // 0x0