Home
last modified time | relevance | path

Searched refs:LockscreenPolicyWithUnifiedChallenge (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DNoAdminLeakingTest.java35 import com.android.bedstead.harrier.policies.LockscreenPolicyWithUnifiedChallenge;
66 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
74 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
82 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
90 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
98 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
107 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
114 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
122 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
130 @CanSetPolicyTest(policy = LockscreenPolicyWithUnifiedChallenge.class)
[all …]
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/policies/
DLockscreenPolicyWithUnifiedChallenge.java39 public class LockscreenPolicyWithUnifiedChallenge { class