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.java370 int newUserId = newUsers.get(0); in testCreateAndManageUser_Ephemeral() local
373 int flags = getUserFlags(newUserId); in testCreateAndManageUser_Ephemeral()
1185 int newUserId = newUsers.get(0); in assertNewUserStopped() local
1187 assertFalse(getDevice().isUserRunning(newUserId)); in assertNewUserStopped()
DManagedProfileTest.java375 int newUserId = -1; in testMaxOneManagedProfile() local
377 newUserId = createManagedProfile(mParentUserId); in testMaxOneManagedProfile()
380 if (newUserId > 0) { in testMaxOneManagedProfile()
381 removeUser(newUserId); in testMaxOneManagedProfile()