Searched refs:KEYGUARD_DISABLE_TRUST_AGENTS (Results 1 – 6 of 6) sorted by relevance
3 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()
128 DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS); in disableTrustAgents()
69 DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetTrustAgentConfiguration()
23 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;78 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_TRUST_AGENTS); in testSetKeyguardDisabledFeaturesLogged()
51 return DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS in getKeyguardDisabledFeatures()
175 private static final int KEYGUARD_DISABLE_TRUST_AGENTS = 1 << 4; field in DeviceAndProfileOwnerTest1405 .setInt(KEYGUARD_DISABLE_TRUST_AGENTS) in testSetKeyguardDisabledFeaturesLogged()