Home
last modified time | relevance | path

Searched refs:maxAllowedPerParent (Results 1 – 3 of 3) sorted by relevance

/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/users/
DUserTypeTest.java109 assertThat(userType.maxAllowedPerParent()).isEqualTo(INT_VALUE); in maxAllowedPerParent_returnsMaxAllowedPerParent()
117 assertThat(userType.maxAllowedPerParent()).isNull(); in maxAllowedParParent_notSet_returnsNull()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/users/
DUserType.java81 public Integer maxAllowedPerParent() { in maxAllowedPerParent() method in UserType
/cts/common/device-side/bedstead/modules/multiuser/src/test/kotlin/com/android/bedstead/multiuser/
DUsersTest.kt75 managedProfileUserType.maxAllowedPerParent() in <lambda>()
91 systemUserType.maxAllowedPerParent() in <lambda>()
108 assertThat(managedProfileUserType.maxAllowedPerParent()) in <lambda>()