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;129 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetKeyguardDisabledFeatures_onParent()133 assertThat(actualKeyguardDisabledFeatures).isEqualTo(KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetKeyguardDisabledFeatures_onParent()
128 DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS); in disableTrustAgents()
22 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;75 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_TRUST_AGENTS); in testSetKeyguardDisabledFeaturesLogged()
69 DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetTrustAgentConfiguration()
51 return DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS in getKeyguardDisabledFeatures()
158 private static final int KEYGUARD_DISABLE_TRUST_AGENTS = 1 << 4; field in DeviceAndProfileOwnerTest1637 .setInt(KEYGUARD_DISABLE_TRUST_AGENTS) in testSetKeyguardDisabledFeaturesLogged()