Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java375 int newUserId = newUsers.get(0); in testCreateAndManageUser_Ephemeral() local
378 int flags = getUserFlags(newUserId); in testCreateAndManageUser_Ephemeral()
1064 int newUserId = newUsers.get(0); in assertNewUserStopped() local
1066 assertFalse(getDevice().isUserRunning(newUserId)); in assertNewUserStopped()
DManagedProfileTest.java377 int newUserId = -1; in testMaxOneManagedProfile() local
379 newUserId = createManagedProfile(mParentUserId); in testMaxOneManagedProfile()
382 if (newUserId > 0) { in testMaxOneManagedProfile()
383 removeUser(newUserId); in testMaxOneManagedProfile()