Searched refs:EnsureHasProfileOwner (Results 1 – 19 of 19) sorted by relevance
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/devicepolicy/ |
D | ProfileOwnerTest.java | 35 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 76 @EnsureHasProfileOwner 82 @EnsureHasProfileOwner 88 @EnsureHasProfileOwner 95 @EnsureHasProfileOwner 136 @EnsureHasProfileOwner(onUser = SECONDARY_USER)
|
D | DevicePolicyTest.java | 41 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 440 @EnsureHasProfileOwner(isPrimary = true) 459 @EnsureHasProfileOwner(isPrimary = true) 480 @EnsureHasProfileOwner(isPrimary = true, onUser = ADDITIONAL_USER) 501 @EnsureHasProfileOwner(isPrimary = true, onUser = ADDITIONAL_USER)
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/ |
D | EnsureHasProfileOwner.kt | 63 annotation class EnsureHasProfileOwner( class 79 fun ensureHasProfileOwner(): EnsureHasProfileOwner { in ensureHasProfileOwner() 84 private fun ensureHasProfileOwner(dpc: Query): EnsureHasProfileOwner { in ensureHasProfileOwner()
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/annotations/parameterized/ |
D | IncludeRunOnUnaffiliatedProfileOwnerAdditionalUser.java | 25 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 42 @EnsureHasProfileOwner(affiliationIds = "not-affiliated", isPrimary = true, key = "dpc")
|
D | IncludeRunOnProfileOwnerPrimaryUser.java | 26 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 43 @EnsureHasProfileOwner(isPrimary = true, key = "dpc")
|
D | IncludeRunOnAffiliatedDeviceOwnerSecondaryUser.java | 26 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 43 @EnsureHasProfileOwner(affiliationIds = "affiliated", key = "dpc")
|
D | IncludeRunOnAffiliatedProfileOwnerAdditionalUser.java | 26 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 43 @EnsureHasProfileOwner(affiliationIds = "affiliated", isPrimary = true, key = "dpc")
|
/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/ |
D | EnterpriseAnnotationExecutor.kt | 24 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner 68 is EnsureHasProfileOwner -> in applyAnnotation()
|
D | ProfileOwnersComponent.kt | 19 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner in <lambda>() 64 fun ensureHasProfileOwner(annotation: EnsureHasProfileOwner) { in <lambda>()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | WipeDataTest.java | 41 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 96 @EnsureHasProfileOwner(onUser = INITIAL_USER, isPrimary = true) 126 @EnsureHasProfileOwner(onUser = INITIAL_USER)
|
D | TransferOwnershipTest.kt | 28 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner in <lambda>() 170 @EnsureHasProfileOwner in <lambda>() 191 @EnsureHasProfileOwner in <lambda>()
|
D | ProfileOwnerTest.kt | 26 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner in <lambda>() 267 @EnsureHasProfileOwner in <lambda>() 284 @EnsureHasProfileOwner in <lambda>()
|
D | BugReportTest.kt | 30 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner in <lambda>() 128 @EnsureHasProfileOwner(onUser = UserType.ADDITIONAL_USER, affiliationIds = ["affiliated"]) in <lambda>()
|
D | NetworkLoggingTest.kt | 27 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner in <lambda>() 309 @EnsureHasProfileOwner(onUser = ADDITIONAL_USER, affiliationIds = ["affiliated"]) in <lambda>()
|
D | SecurityLoggingTest.kt | 38 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner in <lambda>() 244 @EnsureHasProfileOwner(onUser = UserType.ADDITIONAL_USER, affiliationIds = ["affiliated"]) in <lambda>() 329 @EnsureHasProfileOwner(onUser = UserType.ADDITIONAL_USER, affiliationIds = ["affiliated"]) in <lambda>()
|
D | ApplicationRestrictionsTest.java | 43 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 511 @EnsureHasProfileOwner(isPrimary = true)
|
D | ProvisioningTest.kt | 60 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner in <lambda>() 127 @EnsureHasProfileOwner in <lambda>() 887 @EnsureHasProfileOwner in <lambda>() 1402 @EnsureHasProfileOwner in <lambda>()
|
/cts/common/device-side/bedstead/modules/enterprise/src/test/kotlin/com/android/bedstead/enterprise/ |
D | EnterpriseAnnotationExecutorTest.kt | 29 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner 227 @EnsureHasProfileOwner 239 @EnsureHasProfileOwner(dpc = Query(targetSdkVersion = IntegerQuery(isEqualTo = 28))) 254 @EnsureHasProfileOwner 266 @EnsureHasProfileOwner(onUser = UserType.SECONDARY_USER) 287 @EnsureHasProfileOwner 294 @EnsureHasProfileOwner(onUser = UserType.SECONDARY_USER) 323 @EnsureHasProfileOwner(key = DEFAULT_KEY, isPrimary = true)
|
/cts/common/device-side/bedstead/remotedpc/src/test/java/com/android/bedstead/remotedpc/ |
D | RemoteDpcTest.java | 41 import com.android.bedstead.enterprise.annotations.EnsureHasProfileOwner; 136 @EnsureHasProfileOwner 304 @EnsureHasProfileOwner
|