Home
last modified time | relevance | path

Searched refs:KEYGUARD_DISABLE_TRUST_AGENTS (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDevicePolicyManagerParentSupportTest.java3 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;
187 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetKeyguardDisabledFeatures_onParent()
191 assertThat(actualKeyguardDisabledFeatures).isEqualTo(KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetKeyguardDisabledFeatures_onParent()
DTrustAgentInfoTest.java128 DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS); in disableTrustAgents()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDevicePolicyLoggingTest.java23 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;
78 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_TRUST_AGENTS); in testSetKeyguardDisabledFeaturesLogged()
DTrustAgentInfoTest.java69 DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetTrustAgentConfiguration()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DKeyguardDisabledFeaturesActivity.java51 return DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS in getKeyguardDisabledFeatures()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java174 private static final int KEYGUARD_DISABLE_TRUST_AGENTS = 1 << 4; field in DeviceAndProfileOwnerTest
1488 .setInt(KEYGUARD_DISABLE_TRUST_AGENTS) in testSetKeyguardDisabledFeaturesLogged()