Searched defs:otherUser (Results 1 – 8 of 8) sorted by relevance
104 UserReference otherUser = users().createUser().name("other_user").create(); in testStartUserInBackgroundOnSecondaryDisplay_defaultDisplay_thereCanBeOnlyOne() local
298 try (UserReference otherUser = TestApis.users().createUser().name("other_user") in testStartVisibleBgUser_onSecondaryDisplay_displayInUse()
191 fun DeviceState.otherUser(): UserReference { in DeviceState() method
103 for (otherUser in users) { in <lambda>() method424 fun otherUser(): UserReference { in <lambda>() method
48 private lateinit var otherUser: UserReference variable in android.packageinstaller.install.cts.UpdateOwnershipEnforcementMultiUserTest
379 private Map<String, String> makeOtherUserIdArgs(int otherUser) { in makeOtherUserIdArgs()
205 private static OtherUser otherUser(UserType value) { in otherUser() method in BedsteadJUnit4
1307 final UserHandle otherUser = UserHandle.of(userId); in testCrossUserQuery_withPermission() local