Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/devicepolicy/
H A DOwnerShellDataTest.java53 assertWithMessage("dto(%s).userId", dto).that(dto.userId).isEqualTo(USER_ID); in testForDeviceOwner()
54 assertWithMessage("dto(%s).parentUserId", dto).that(dto.parentUserId) in testForDeviceOwner()
56 assertWithMessage("dto(%s).admin", dto).that(dto.admin).isSameInstanceAs(ADMIN); in testForDeviceOwner()
57 assertWithMessage("dto(%s).isDeviceOwner", dto).that(dto.isDeviceOwner).isTrue(); in testForDeviceOwner()
61 assertWithMessage("dto(%s).isAffiliated", dto).that(dto.isAffiliated).isFalse(); in testForDeviceOwner()
80 assertWithMessage("dto(%s).userId", dto).that(dto.userId).isEqualTo(USER_ID); in testForUserProfileOwner()
81 assertWithMessage("dto(%s).parentUserId", dto).that(dto.parentUserId) in testForUserProfileOwner()
83 assertWithMessage("dto(%s).admin", dto).that(dto.admin).isSameInstanceAs(ADMIN); in testForUserProfileOwner()
88 assertWithMessage("dto(%s).isAffiliated", dto).that(dto.isAffiliated).isFalse(); in testForUserProfileOwner()
119 assertWithMessage("dto(%s).userId", dto).that(dto.userId).isEqualTo(USER_ID); in testForManagedProfileOwner()
[all …]