Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTrustAgentInfoTest.java149 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_FEATURES_NONE); in setTrustAgentConfiguration_trustAgentIsDisabled_isSet() local
175 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_FEATURES_NONE); in setTrustAgentConfiguration_trustAgentIsConfigured_isSet() local
220 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_FEATURES_NONE); in setTrustAgentConfiguration_doesNotApply_trustAgentIsConfigured_isNotSet() local
DDeviceManagementCoexistenceTest.java359 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_FEATURES_NONE); in getDevicePolicyState_setKeyguardDisabledFeatures_returnsPolicy() local
489 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_FEATURES_NONE); in getDevicePolicyState_setKeyguardDisabledFeatures_returnsCorrectResolutionMechanism() local
672 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_FEATURES_NONE); in policyUpdateReceiver_setKeyguardDisabledFeatures_receivedPolicySetBroadcast() local
1006 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_FEATURES_NONE); in setKeyguardDisabledFeatures_serialisation_loadsPolicy() local
1288 sDeviceState.dpc().componentName(), KEYGUARD_DISABLE_FEATURES_NONE); in multiplePoliciesSet_serialisation_loadsPolicies() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java146 private static final int KEYGUARD_DISABLE_FEATURES_NONE = 0; field in DeviceAndProfileOwnerTest