Home
last modified time | relevance | path

Searched defs:KEYGUARD_DISABLE_TRUST_AGENTS (Results 1 – 3 of 3) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTrustAgentInfoTest.java141 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setTrustAgentConfiguration_trustAgentIsDisabled_isSet() local
167 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setTrustAgentConfiguration_trustAgentIsConfigured_isSet() local
212 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setTrustAgentConfiguration_doesNotApply_trustAgentIsConfigured_isNotSet() local
DKeyguardTest.java222 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setKeyguardDisabledFeatures_disableTrustAgents_featureIsSet() local
245 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_TRUST_AGENTS); in setKeyguardDisabledFeatures_disableTrustAgents_doesNotApply_featureIsNotSet() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java148 private static final int KEYGUARD_DISABLE_TRUST_AGENTS = 1 << 4; field in DeviceAndProfileOwnerTest