Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingTest.java20 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE;
74 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_FEATURES_NONE); in testSetKeyguardDisabledFeaturesLogged()
80 KEYGUARD_DISABLE_FEATURES_NONE); in testSetKeyguardDisabledFeaturesLogged()
DKeyguardDisabledFeaturesTest.java81 DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE); in removeKeyguardDisableFeatures()
DTrustAgentInfoTest.java46 DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE); in tearDown()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DTrustAgentInfoTest.java133 DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE); in enableTrustAgents()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java172 private static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; field in DeviceAndProfileOwnerTest
1478 .setInt(KEYGUARD_DISABLE_FEATURES_NONE) in testSetKeyguardDisabledFeaturesLogged()
1493 .setInt(KEYGUARD_DISABLE_FEATURES_NONE) in testSetKeyguardDisabledFeaturesLogged()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java318 DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE); in onCreate()
/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java151 for (int which = DevicePolicyManager.KEYGUARD_DISABLE_FEATURES_NONE; in testKeyguardDisabledFeatures()