Home
last modified time | relevance | path

Searched refs:EnsureHasNoDelegate (Results 1 – 25 of 34) sorted by relevance

12

/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/
DEnterpriseComponent.kt21 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate
172 fun ensureHasNoDelegate(adminType: EnsureHasNoDelegate.AdminType) { in ensureHasNoDelegate()
173 if (adminType == EnsureHasNoDelegate.AdminType.ANY) { in ensureHasNoDelegate()
180 EnsureHasNoDelegate.AdminType.PRIMARY -> primaryPolicyManager!! in ensureHasNoDelegate()
181 EnsureHasNoDelegate.AdminType.DEVICE_OWNER -> deviceState.deviceOwner() in ensureHasNoDelegate()
182 EnsureHasNoDelegate.AdminType.PROFILE_OWNER -> deviceState.profileOwner() in ensureHasNoDelegate()
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/parameterized/
DIncludeRunOnPrimaryUser.java24 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
39 @EnsureHasNoDelegate
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/parameterized/
DIncludeRunOnPrivateProfileAlongsideManagedProfile.java24 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
40 @EnsureHasNoDelegate
DIncludeRunOnOrganizationOwnedProfileOwner.java24 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
37 @EnsureHasNoDelegate
DIncludeRunOnPrivateProfileAlongsideManagedProfileUsingParentInstance.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
42 @EnsureHasNoDelegate
DIncludeRunOnUnaffiliatedDeviceOwnerSecondaryUser.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
45 @EnsureHasNoDelegate
DIncludeRunOnSecondaryUserInDifferentProfileGroupToProfileOwnerProfile.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
42 @EnsureHasNoDelegate
DIncludeRunOnCloneProfileAlongsideManagedProfile.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
41 @EnsureHasNoDelegate
DIncludeRunOnCloneProfileAlongsideManagedProfileUsingParentInstance.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
42 @EnsureHasNoDelegate
DIncludeRunOnProfileOwnerProfileWithNoDeviceOwner.java24 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
41 @EnsureHasNoDelegate
DIncludeRunOnPrivateProfileAlongsideOrganizationOwnedProfile.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
44 @EnsureHasNoDelegate
DIncludeRunOnUnaffiliatedProfileOwnerAdditionalUser.java24 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
43 @EnsureHasNoDelegate
DIncludeRunOnBackgroundDeviceOwnerUser.java26 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
43 @EnsureHasNoDelegate
DIncludeRunOnSecondaryUserInDifferentProfileGroupToOrganizationOwnedProfileOwnerProfileUsingParentInstance.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
44 @EnsureHasNoDelegate
DIncludeRunOnParentOfProfileOwnerUsingParentInstance.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
44 @EnsureHasNoDelegate
DIncludeRunOnCloneProfileAlongsideOrganizationOwnedProfileUsingParentInstance.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
45 @EnsureHasNoDelegate
DIncludeRunOnCloneProfileAlongsideOrganizationOwnedProfile.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
44 @EnsureHasNoDelegate
DIncludeRunOnParentOfProfileOwnerWithNoDeviceOwner.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
42 @EnsureHasNoDelegate
DIncludeRunOnProfileOwnerPrimaryUser.java24 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
44 @EnsureHasNoDelegate
DIncludeRunOnPrivateProfileAlongsideOrganizationOwnedProfileUsingParentInstance.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
45 @EnsureHasNoDelegate
DIncludeRunOnParentOfOrganizationOwnedProfileOwner.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
39 @EnsureHasNoDelegate
DIncludeRunOnParentOfOrganizationOwnedProfileOwnerUsingParentInstance.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
43 @EnsureHasNoDelegate
DIncludeRunOnSystemDeviceOwnerUser.java26 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
42 @EnsureHasNoDelegate
DIncludeRunOnAffiliatedDeviceOwnerSecondaryUser.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
44 @EnsureHasNoDelegate
DIncludeRunOnAffiliatedProfileOwnerAdditionalUser.java25 import com.android.bedstead.enterprise.annotations.EnsureHasNoDelegate;
44 @EnsureHasNoDelegate

12