Searched refs:KEYGUARD_DISABLE_TRUST_AGENTS (Results 1 – 9 of 9) sorted by relevance
25 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;57 KEYGUARD_DISABLE_TRUST_AGENTS, in validArguments()
3 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;182 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetKeyguardDisabledFeatures_onParent()186 assertThat(actualKeyguardDisabledFeatures).isEqualTo(KEYGUARD_DISABLE_TRUST_AGENTS); in testSetAndGetKeyguardDisabledFeatures_onParent()
128 DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS); in disableTrustAgents()
20 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;141 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setTrustAgentConfiguration_trustAgentIsDisabled_isSet() local167 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setTrustAgentConfiguration_trustAgentIsConfigured_isSet() local212 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setTrustAgentConfiguration_doesNotApply_trustAgentIsConfigured_isNotSet() local
24 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;206 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS)); in setKeyguardDisabledFeatures_disableTrustAgents_notPermitted_throwsException()222 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setKeyguardDisabledFeatures_disableTrustAgents_featureIsSet() local225 KEYGUARD_DISABLE_TRUST_AGENTS); in setKeyguardDisabledFeatures_disableTrustAgents_featureIsSet()245 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setKeyguardDisabledFeatures_disableTrustAgents_doesNotApply_featureIsNotSet() local248 KEYGUARD_DISABLE_TRUST_AGENTS); in setKeyguardDisabledFeatures_disableTrustAgents_doesNotApply_featureIsNotSet()
23 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS;56 ADMIN_RECEIVER_COMPONENT, KEYGUARD_DISABLE_TRUST_AGENTS); in testSetKeyguardDisabledFeaturesLogged()
51 return DevicePolicyManager.KEYGUARD_DISABLE_TRUST_AGENTS in getKeyguardDisabledFeatures()
148 private static final int KEYGUARD_DISABLE_TRUST_AGENTS = 1 << 4; field in DeviceAndProfileOwnerTest896 .setInt(KEYGUARD_DISABLE_TRUST_AGENTS) in testSetKeyguardDisabledFeaturesLogged()
8381 field public static final int KEYGUARD_DISABLE_TRUST_AGENTS = 16; // 0x10